summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.exelib/mark.tcl
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/systemtap.exelib/mark.tcl
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/systemtap.exelib/mark.tcl')
-rw-r--r--testsuite/systemtap.exelib/mark.tcl2
1 files changed, 1 insertions, 1 deletions
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