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

tests: simplify print mode logic

This commit is contained in:
Delyan Angelov
2020-10-18 20:02:47 +03:00
parent 2440413310
commit 9cf5c9ac43
2 changed files with 33 additions and 17 deletions

View File

@@ -155,8 +155,8 @@ pub fn parse_args(args []string) (&Preferences, string) {
command_pos = i
}
}
'-expand' {
// processed by testing tools
'-progress' {
// processed by testing tools in cmd/tools/modules/testing/common.v
}
'-silent' {
res.output_mode = .silent