summaryrefslogtreecommitdiffstats
path: root/tests/all.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-27 19:36:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-27 19:36:22 (GMT)
commit97ed5b117d97994ac272d663a4c754ab73afeace (patch)
treef507fbf456843dc97f46d2ce424f31761113b847 /tests/all.tcl
parentfbc8feeb407fc9f2ddbf11fa089e56184952581f (diff)
downloadtcl-97ed5b117d97994ac272d663a4c754ab73afeace.zip
tcl-97ed5b117d97994ac272d663a4c754ab73afeace.tar.gz
tcl-97ed5b117d97994ac272d663a4c754ab73afeace.tar.bz2
(temporary) backout [0386db909a]: Enable CI builds with Travis. This enables everything else to merge-marked to 8.6. Will put it back in the next commit
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