Skip to content

Commit 906976f

Browse files
committed
tools: use unbuffer_stdout in TestSession.test, to ensure consistent output on the CI jobs
1 parent 4a61ce9 commit 906976f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/tools/modules/testing/common.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ pub fn (mut ts TestSession) add(file string) {
320320
}
321321

322322
pub fn (mut ts TestSession) test() {
323+
unbuffer_stdout()
323324
// Ensure that .tmp.c files generated from compiling _test.v files,
324325
// are easy to delete at the end, *without* affecting the existing ones.
325326
current_wd := os.getwd()

0 commit comments

Comments
 (0)