diff options
author | andreas_kupries <akupries@shaw.ca> | 2001-09-11 18:03:05 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2001-09-11 18:03:05 (GMT) |
commit | 1647ff8d9dd37952c9057ec191af3f33ec595b8e (patch) | |
tree | e926e1d003f1db567fb713f0b7ab893a06a7d8c4 /tests/all.tcl | |
parent | 264a53b95e0724905142d10910aca420f6aa82da (diff) | |
download | tcl-1647ff8d9dd37952c9057ec191af3f33ec595b8e.zip tcl-1647ff8d9dd37952c9057ec191af3f33ec595b8e.tar.gz tcl-1647ff8d9dd37952c9057ec191af3f33ec595b8e.tar.bz2 |
Restored to original state from test restrictions ...
Diffstat (limited to 'tests/all.tcl')
-rw-r--r-- | tests/all.tcl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/all.tcl b/tests/all.tcl index 628710e..d8dbd25 100644 --- a/tests/all.tcl +++ b/tests/all.tcl @@ -8,15 +8,11 @@ # Copyright (c) 2000 by Ajuba Solutions # All rights reserved. # -# RCS: @(#) $Id: all.tcl,v 1.13 2001/09/11 17:30:44 andreas_kupries Exp $ +# RCS: @(#) $Id: all.tcl,v 1.14 2001/09/11 18:03:05 andreas_kupries Exp $ set tcltestVersion [package require tcltest] namespace import -force tcltest::* -tcltest::singleProcess 1 -tcltest::matchFiles socket.test -tcltest::verbose {pass start} - tcltest::testsDirectory [file dir [info script]] tcltest::runAllTests |