1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tests: implement compact progress mode (the old one is available with -expand)

This commit is contained in:
Delyan Angelov
2020-10-18 19:00:32 +03:00
parent a9659beabe
commit 7bc94fff9a
2 changed files with 36 additions and 7 deletions

View File

@@ -155,6 +155,9 @@ pub fn parse_args(args []string) (&Preferences, string) {
command_pos = i
}
}
'-expand' {
// processed by testing tools
}
'-silent' {
res.output_mode = .silent
}