Imported Upstream version 1.64.0
[platform/upstream/boost.git] / boost / test / impl / plain_report_formatter.ipp
index 262083e..cbf5a4c 100644 (file)
@@ -83,7 +83,7 @@ void
 plain_report_formatter::results_report_start( std::ostream& ostr )
 {
     m_indent = 0;
-    m_color_output = runtime_config::get<bool>( runtime_config::COLOR_OUTPUT );
+    m_color_output = runtime_config::get<bool>( runtime_config::btrt_color_output );
     ostr << '\n';
 }