# File swig/lib/tuitest.rb, line 234 def finish write_log_to_file(@logfile) write_xmlfile(@xmlfile) if @errcount > 0 or @warncount > 0 then write_log_to_stdout end puts "Test run finished (#{@errcount} errors, #{@warncount} warnings)." end