diff options
Diffstat (limited to 'testsuite/systemtap.exelib/mark.tcl')
-rw-r--r-- | testsuite/systemtap.exelib/mark.tcl | 2 |
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 |