mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools: make the output of v should-compile-all
more immediately useful in CI jobs (turn off stdout buffering)
This commit is contained in:
parent
dc1d091ac1
commit
b00f68cb2b
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue