Skip to content

Commit b00f68c

Browse files
committed
tools: make the output of v should-compile-all more immediately useful in CI jobs (turn off stdout buffering)
1 parent dc1d091 commit b00f68c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎cmd/tools/vshould-compile-all.v‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const should_clean = os.args.contains('-c')
55

66
fn main() {
77
log.use_stdout()
8+
unbuffer_stdout()
89
mut files := []string{}
910
args := os.args#[2..].filter(it != '-c')
1011
for a in args {

0 commit comments

Comments
 (0)