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/uname.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.exelib/uname.tcl') 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 -- cgit