Skip to content

Commit d5bb757

Browse files
authored
Update main.cpp
1 parent e5ef981 commit d5bb757

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ int main(int argc, char** argv) {
1515
// Set options to show more detailed test output
1616
context.setOption("success", true);
1717
context.setOption("report-failures", true);
18-
18+
context.setOption("force-colors", true);
19+
1920
context.applyCommandLine(argc, argv);
2021

2122
int res = context.run();

0 commit comments

Comments
 (0)