tests: improve diagnostic output on failure

This commit is contained in:
Delyan Angelov 2020-05-04 11:21:25 +03:00 committed by GitHub
parent e0e064ff08
commit acd80f052b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 90 additions and 42 deletions

View file

@ -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
}
}