We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ace12c commit 9a7b13cCopy full SHA for 9a7b13c
1 file changed
test/testthreadexecutor.cpp
@@ -220,7 +220,9 @@ class TestThreadExecutor : public TestFixture {
220
" char *a = malloc(10);\n"
221
" return 0;\n"
222
"}",
223
- dinit(CheckOptions, $.filesList = files));
+ dinit(CheckOptions,
224
+ $.quiet = false,
225
+ $.filesList = files));
226
// TODO: order of "Checking" and "checked" is affected by thread
227
/*TODO_ASSERT_EQUALS("Checking " + fprefix() + "_2.cpp ...\n"
228
"1/4 files checked 25% done\n"
0 commit comments