summaryrefslogtreecommitdiffstats
path: root/runtime/tests/string
diff options
context:
space:
mode:
authorhunt <hunt>2005-06-18 07:12:41 +0000
committerhunt <hunt>2005-06-18 07:12:41 +0000
commitef0e92b0335077884edd5ac9997a203bec1839b0 (patch)
tree8247b545c18d83a3b580744b8689a3227a1a364d /runtime/tests/string
parent96124157d812d71cbdfd018e984dc42bed17d072 (diff)
downloadsystemtap-steved-ef0e92b0335077884edd5ac9997a203bec1839b0.tar.gz
systemtap-steved-ef0e92b0335077884edd5ac9997a203bec1839b0.tar.xz
systemtap-steved-ef0e92b0335077884edd5ac9997a203bec1839b0.zip
Added aggregation tests. Fixed other for latest runtime changes.
Diffstat (limited to 'runtime/tests/string')
-rw-r--r--runtime/tests/string/all.tcl8
1 files changed, 0 insertions, 8 deletions
diff --git a/runtime/tests/string/all.tcl b/runtime/tests/string/all.tcl
index aa408eea..23757202 100644
--- a/runtime/tests/string/all.tcl
+++ b/runtime/tests/string/all.tcl
@@ -1,12 +1,4 @@
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"