rm printError, Report::error throws exception

This commit is contained in:
James Cherry
2020-12-24 16:31:52 -08:00
parent 6fb6c93847
commit 078d69fc8d
13 changed files with 163 additions and 185 deletions
+2 -2
View File
@@ -145,9 +145,9 @@ proc run_test { test } {
incr errors(error)
# For some reason seg faults aren't echoed in the log - add them.
if [file exists $log_file] {
if { [llength $test_errors] > 1 && [file exists $log_file] } {
set log_ch [open $log_file "a"]
puts $log_ch "$test_errors"
puts $log_ch $test_errors
close $log_ch
}