From 233614952872b4561accc79d9d7ef2c66f52dce4 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Mon, 14 Jul 2008 13:41:48 -0400 Subject: Enable 'make check' and 'make installcheck' using the systemtap client/server. --- testsuite/lib/stap_run_binary.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/lib/stap_run_binary.exp') diff --git a/testsuite/lib/stap_run_binary.exp b/testsuite/lib/stap_run_binary.exp index 1d31d817..a5e1195a 100644 --- a/testsuite/lib/stap_run_binary.exp +++ b/testsuite/lib/stap_run_binary.exp @@ -13,7 +13,7 @@ proc stap_run_binary { TEST_NAME} { if {[info procs installtest_p] != "" && ![installtest_p]} {untested $TEST_NAME; return} set hex_args {-ve 8/1 "%02x " "\n"} - set res [exec stap $test_file_name | hexdump $hex_args] + set res [exec [stap_exec] $test_file_name | hexdump $hex_args] if {[string compare $res $::result_string] == 0} { pass "$TEST_NAME" -- cgit