Skip to content
Snippets Groups Projects
Commit 2206aa4f authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Flush stdout after each test.

This makes watching the valgrind tests more entertaining.
Likely makes it easier to tell what test crashed too, but let's
face it, I'm doing this to be entertained.
parent dd2bf5ac
No related branches found
No related tags found
No related merge requests found
Pipeline #8087 passed
......@@ -94,6 +94,7 @@ function run_tests(location, obj)
stdout.writeln("passed");
passed++;
}
stdout.flush();
});
}
stdout.writeln('');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment