1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-05-28 14:41:27 +00:00

avoid double output when test run has errors

This commit is contained in:
mgcaret 2020-01-04 17:32:06 -08:00
parent f4a4504b0e
commit 71ec30ab99

View File

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