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
1 changed files with 0 additions and 2 deletions

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