We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904ed8e commit e8de4cdCopy full SHA for e8de4cd
test_runner.cpp
@@ -14,8 +14,8 @@ int main(int argc, char** argv) {
14
int test_result = context.run(); // run queries, or run tests unless --no-run
15
16
// --- Comment lines below when running tests locally ---
17
- // if (test_result == 1)
18
- // throw std::runtime_error("Test failed");
+ if (test_result == 1)
+ throw std::runtime_error("Test failed");
19
// --- Comment lines above when running tests locally ---
20
21
if (context.shouldExit()) // honor query flags and --exit
0 commit comments