diff options
Diffstat (limited to 'runtime/tests/maps/all.tcl')
-rw-r--r-- | runtime/tests/maps/all.tcl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime/tests/maps/all.tcl b/runtime/tests/maps/all.tcl index aa408eea..c0b38a0e 100644 --- a/runtime/tests/maps/all.tcl +++ b/runtime/tests/maps/all.tcl @@ -1,12 +1,5 @@ package require tcltest namespace import -force tcltest::* - -puts "Running all SystemTap tests" - -#puts [tcltest::configure] -#puts [tcltest::configure -file] - tcltest::testsDirectory [file dir [info script]] tcltest::runAllTests -puts "All tests completed" |