mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: simplify cmd/tools/modules/testing/common.v
This commit is contained in:
@@ -69,7 +69,7 @@ fn main() {
|
||||
testing.header('Testing...')
|
||||
ts.test()
|
||||
println(ts.benchmark.total_message('all V _test.v files'))
|
||||
if ts.failed {
|
||||
if ts.failed_cmds.len > 0 {
|
||||
exit(1)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user