diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-08-06 15:25:48 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-08-06 15:25:48 -0400 |
commit | 791cf64930579adf9ad72d4a3609c64db5c0f84b (patch) | |
tree | dca3bf6b5999678a9a176142560a30b39759b74c | |
parent | 0317fad416059781b7a152296c1d8b5a012bf925 (diff) | |
download | systemtap-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 |