summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2009-08-11 08:40:49 -0500
committerDavid Smith <dsmith@redhat.com>2009-08-11 08:40:49 -0500
commit65e0c5359d9544499c4475da3632f5fcbd342ea7 (patch)
tree0d86b845fa6e8e37618f1f254d4d362c2b471a6a /testsuite
parent3fbf8552c3f966794a18baa53f50b56697a2f9b3 (diff)
downloadsystemtap-steved-65e0c5359d9544499c4475da3632f5fcbd342ea7.tar.gz
systemtap-steved-65e0c5359d9544499c4475da3632f5fcbd342ea7.tar.xz
systemtap-steved-65e0c5359d9544499c4475da3632f5fcbd342ea7.zip
exelib testcase now ensures uprobes.ko is up to date.
* testsuite/systemtap.exelib/cleanup.tcl: Makes sure uprobes.ko is up to date. * testsuite/systemtap.exelib/lib.tcl: Ditto. * testsuite/systemtap.exelib/mark.tcl: Ditto. * testsuite/systemtap.exelib/uname.tcl: Ditto. * testsuite/systemtap.exelib/ustack.tcl: Ditto.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/systemtap.exelib/lib.tcl2
-rw-r--r--testsuite/systemtap.exelib/mark.tcl2
-rw-r--r--testsuite/systemtap.exelib/uname.tcl2
-rw-r--r--testsuite/systemtap.exelib/ustack.tcl2
4 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/systemtap.exelib/lib.tcl b/testsuite/systemtap.exelib/lib.tcl
index d34ac9ff..c5b7402a 100644
--- a/testsuite/systemtap.exelib/lib.tcl
+++ b/testsuite/systemtap.exelib/lib.tcl
@@ -9,5 +9,5 @@ lib_func}
# Only run on make installcheck
if {! [installtest_p]} { untested "lib-$testname"; return }
-if {! [utrace_p]} { untested "lib-$testname"; return }
+if {! [uprobes_p]} { untested "lib-$testname"; return }
stap_run3 lib-$testname $srcdir/$subdir/lib.stp $testexe $testlib -c $testexe
diff --git a/testsuite/systemtap.exelib/mark.tcl b/testsuite/systemtap.exelib/mark.tcl
index 1f21aabc..506f67a0 100644
--- a/testsuite/systemtap.exelib/mark.tcl
+++ b/testsuite/systemtap.exelib/mark.tcl
@@ -7,5 +7,5 @@ func_count: 1}
# Only run on make installcheck
if {! [installtest_p]} { untested "lib-$testname"; return }
-if {! [utrace_p]} { untested "lib-$testname"; return }
+if {! [uprobes_p]} { untested "lib-$testname"; return }
stap_run3 mark-$testname $srcdir/$subdir/mark.stp $testexe $testlib -c $testexe
diff --git a/testsuite/systemtap.exelib/uname.tcl b/testsuite/systemtap.exelib/uname.tcl
index 804d8f0b..64fed6f0 100644
--- a/testsuite/systemtap.exelib/uname.tcl
+++ b/testsuite/systemtap.exelib/uname.tcl
@@ -9,5 +9,5 @@ lib: lib_func=lib_func}
# Only run on make installcheck
if {! [installtest_p]} { untested "uname-$testname"; return }
-if {! [utrace_p]} { untested "uname-$testname; return }
+if {! [uprobes_p]} { untested "uname-$testname; return }
stap_run3 uname-$testname $srcdir/$subdir/uname.stp $testexe $testlib -c $testexe
diff --git a/testsuite/systemtap.exelib/ustack.tcl b/testsuite/systemtap.exelib/ustack.tcl
index 257d0b9f..82ccecfd 100644
--- a/testsuite/systemtap.exelib/ustack.tcl
+++ b/testsuite/systemtap.exelib/ustack.tcl
@@ -1,6 +1,6 @@
# Only run on make installcheck
if {! [installtest_p]} { untested "ustack-$testname"; return }
-if {! [utrace_p]} { untested "ustack-$testname"; return }
+if {! [uprobes_p]} { untested "ustack-$testname"; return }
# Output is:
#print_ubacktrace exe 0