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 1e2e018 commit e5ef981Copy full SHA for e5ef981
test/main.cpp
@@ -15,8 +15,6 @@ 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("no-skip", true);
19
- context.setOption("force-colors", true);
20
21
context.applyCommandLine(argc, argv);
22
0 commit comments