mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
testing: do not print anything if a test passed successfully
This commit is contained in:
parent
135f200ea2
commit
18d95114e0
@ -3239,7 +3239,7 @@ g_test_ok = 0 ;
|
||||
// Maybe print all vars in a test function if it fails?
|
||||
}
|
||||
else {
|
||||
puts("\\x1B[32mPASSED: $p.cur_fn.name()\\x1B[0m");
|
||||
//puts("\\x1B[32mPASSED: $p.cur_fn.name()\\x1B[0m");
|
||||
}')
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user