From 71ec30ab99b7defb7cbf0142822fea8df4cccb72 Mon Sep 17 00:00:00 2001 From: mgcaret Date: Sat, 4 Jan 2020 17:32:06 -0800 Subject: [PATCH] avoid double output when test run has errors --- platforms/GoSXB/run-tests.rb | 2 -- 1 file changed, 2 deletions(-) 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