diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-27 19:36:22 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-27 19:36:22 (GMT) |
commit | 97ed5b117d97994ac272d663a4c754ab73afeace (patch) | |
tree | f507fbf456843dc97f46d2ce424f31761113b847 /library/tcltest/tcltest.tcl | |
parent | fbc8feeb407fc9f2ddbf11fa089e56184952581f (diff) | |
download | tcl-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 'library/tcltest/tcltest.tcl')
-rw-r--r-- | library/tcltest/tcltest.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl index f69ffd2..936acaa 100644 --- a/library/tcltest/tcltest.tcl +++ b/library/tcltest/tcltest.tcl @@ -2700,7 +2700,7 @@ proc tcltest::GetMatchingDirectories {rootdir} { # shell being tested # # Results: -# Whether there were any failures. +# None. # # Side effects: # None. @@ -2846,7 +2846,7 @@ proc tcltest::runAllTests { {shell ""} } { puts [outputChannel] "" puts [outputChannel] [string repeat ~ 44] } - return [info exists testFileFailures] + return } ##################################################################### |