We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ef981 commit d5bb757Copy full SHA for d5bb757
test/main.cpp
@@ -15,7 +15,8 @@ int main(int argc, char** argv) {
15
// Set options to show more detailed test output
16
context.setOption("success", true);
17
context.setOption("report-failures", true);
18
-
+ context.setOption("force-colors", true);
19
+
20
context.applyCommandLine(argc, argv);
21
22
int res = context.run();
0 commit comments