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

tests: colorize failing tests, improve layout (#8066)

This commit is contained in:
Daniel Däschle
2021-01-13 10:07:12 +01:00
committed by GitHub
parent 4cd50ed566
commit a22982d662
5 changed files with 89 additions and 39 deletions

View File

@@ -41,7 +41,7 @@ fn main() {
}
testing.header('Testing...')
ts.test()
println(ts.benchmark.total_message('running V _test.v files'))
println(ts.benchmark.total_message('Ran all V _test.v files'))
if ts.failed {
exit(1)
}