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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user