mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
tests: improve diagnostic output on failure
This commit is contained in:
parent
e0e064ff08
commit
acd80f052b
10 changed files with 90 additions and 42 deletions
|
@ -50,6 +50,7 @@ pub fn new_test_session(_vargs string) TestSession {
|
|||
skip_files: skip_files
|
||||
vargs: vargs
|
||||
show_ok_tests: !_vargs.contains('-silent')
|
||||
message_handler: 0
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue