diff --git a/platforms/GoSXB/run-tests.rb b/platforms/GoSXB/run-tests.rb index 2dc4166..acecb53 100755 --- a/platforms/GoSXB/run-tests.rb +++ b/platforms/GoSXB/run-tests.rb @@ -116,7 +116,7 @@ def run_suite(suite, outfile = nil) prevline = "" outbuf.string.lines.each do |line| case line - when /Exception/, /not found/ + when /Exception/, /Def not found/, /Stack u/ STDERR.puts prevline, line errors += 1 when /WRONG/, /INCORRECT/