summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-08-06 15:25:48 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-08-06 15:25:48 -0400
commit791cf64930579adf9ad72d4a3609c64db5c0f84b (patch)
treedca3bf6b5999678a9a176142560a30b39759b74c
parent0317fad416059781b7a152296c1d8b5a012bf925 (diff)
downloadsystemtap-steved-791cf64930579adf9ad72d4a3609c64db5c0f84b.tar.gz
systemtap-steved-791cf64930579adf9ad72d4a3609c64db5c0f84b.tar.xz
systemtap-steved-791cf64930579adf9ad72d4a3609c64db5c0f84b.zip
itrace: move test suite item to appropriate location
-rw-r--r--testsuite/systemtap.base/itrace.exp (renamed from systemtap.base/itrace.exp)8
1 files changed, 6 insertions, 2 deletions
diff --git a/systemtap.base/itrace.exp b/testsuite/systemtap.base/itrace.exp
index 4b73ac1c..f19af977 100644
--- a/systemtap.base/itrace.exp
+++ b/testsuite/systemtap.base/itrace.exp
@@ -1,5 +1,9 @@
# itrace test
+# temporarily disabled
+return
+
+
# Initialize variables
set utrace_support_found 0
set exepath "[pwd]/ls_[pid]"
@@ -81,7 +85,7 @@ set TEST_NAME "itrace1"
if {$utrace_support_found == 0} {
untested "$TEST_NAME : no kernel utrace support found"
} elseif {![installtest_p]} {
- untested "$TEST_NAME : not installtest_p"
+ untested $TEST_NAME
} else {
set script [format $itrace1_script $exepath]
stap_run $TEST_NAME run_ls_5_sec $itrace1_script_output -e $script
@@ -92,7 +96,7 @@ set TEST_NAME "itrace2"
if {$utrace_support_found == 0} {
untested "$TEST_NAME : no kernel utrace support found"
} elseif {![installtest_p]} {
- untested "$TEST_NAME : not installtest_p"
+ untested $TEST_NAME
} else {
set script [format $itrace2_script $exepath]
stap_run $TEST_NAME run_ls_5_sec $itrace2_script_output -e $script