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 4a61ce9 commit 906976fCopy full SHA for 906976f
cmd/tools/modules/testing/common.v
@@ -320,6 +320,7 @@ pub fn (mut ts TestSession) add(file string) {
320
}
321
322
pub fn (mut ts TestSession) test() {
323
+ unbuffer_stdout()
324
// Ensure that .tmp.c files generated from compiling _test.v files,
325
// are easy to delete at the end, *without* affecting the existing ones.
326
current_wd := os.getwd()
0 commit comments