mirror of
https://github.com/mgcaret/of816.git
synced 2024-12-27 19:29:58 +00:00
avoid double output when test run has errors
This commit is contained in:
parent
f4a4504b0e
commit
71ec30ab99
@ -97,8 +97,6 @@ manifest.each do |suite|
|
||||
@total_errors += run_suite(suite)
|
||||
end
|
||||
|
||||
puts "Tests complete, total errors: #{@total_errors}"
|
||||
|
||||
if @total_errors > 0
|
||||
STDERR.puts "Tests complete, total errors: #{@total_errors}"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user