From 0e47827d5f461ceb0e67540adba7bc2fe3a360da Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Tue, 29 Jul 2008 13:40:08 -0400 Subject: Ensure that a systemtap server is available if 'server' is specified in EXTRA_TOOL_OPTS for 'make check' and 'make installcheck' --- testsuite/lib/systemtap.exp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'testsuite/lib/systemtap.exp') diff --git a/testsuite/lib/systemtap.exp b/testsuite/lib/systemtap.exp index e74bd13c..db5c1587 100644 --- a/testsuite/lib/systemtap.exp +++ b/testsuite/lib/systemtap.exp @@ -16,15 +16,6 @@ proc use_server_p {} { } -proc stap_exec {} { - if {[info procs use_server_p] != "" && [use_server_p]} then { - return "stap-client" - } else { - return "stap" - } -} - - proc print_systemtap_version {} { set version [exec /bin/uname -r] set location "/boot/vmlinux-$version" -- cgit