mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42: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() {
|
fn main() {
|
||||||
log.use_stdout()
|
log.use_stdout()
|
||||||
|
unbuffer_stdout()
|
||||||
mut files := []string{}
|
mut files := []string{}
|
||||||
args := os.args#[2..].filter(it != '-c')
|
args := os.args#[2..].filter(it != '-c')
|
||||||
for a in args {
|
for a in args {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue