summaryrefslogtreecommitdiffstats
path: root/tests/all.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all.tcl')
-rw-r--r--tests/all.tcl4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/all.tcl b/tests/all.tcl
index f3463c6..d01a54d 100644
--- a/tests/all.tcl
+++ b/tests/all.tcl
@@ -14,6 +14,4 @@ package require Tcl 8.5
package require tcltest 2.2
namespace import tcltest::*
configure {*}$argv -testdir [file dir [info script]]
-set ErrorOnFailures [info exists env(ERROR_ON_FAILURES)]
-unset -nocomplain env(ERROR_ON_FAILURES)
-if {[runAllTests] && $ErrorOnFailures} {exit 1}
+runAllTests