diff --git a/platforms/GoSXB/run-tests.rb b/platforms/GoSXB/run-tests.rb index 8238cc1..1adf20c 100755 --- a/platforms/GoSXB/run-tests.rb +++ b/platforms/GoSXB/run-tests.rb @@ -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