From 65e0c5359d9544499c4475da3632f5fcbd342ea7 Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 11 Aug 2009 08:40:49 -0500 Subject: 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. --- testsuite/systemtap.exelib/lib.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.exelib/lib.tcl') 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 -- cgit