tools: make the output of v should-compile-all more immediately useful in CI jobs (turn off stdout buffering)

This commit is contained in:
Delyan Angelov 2025-06-21 16:33:17 +03:00
parent dc1d091ac1
commit b00f68cb2b
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -5,6 +5,7 @@ const should_clean = os.args.contains('-c')
fn main() {
log.use_stdout()
unbuffer_stdout()
mut files := []string{}
args := os.args#[2..].filter(it != '-c')
for a in args {