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_exact.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/lib/stap_run_exact.exp') diff --git a/testsuite/lib/stap_run_exact.exp b/testsuite/lib/stap_run_exact.exp index 6a473798..23c22ec0 100644 --- a/testsuite/lib/stap_run_exact.exp +++ b/testsuite/lib/stap_run_exact.exp @@ -12,7 +12,7 @@ proc stap_run_exact { TEST_NAME test_file_name args } { if {[info procs installtest_p] != "" && ![installtest_p]} { untested $TEST_NAME; return } - set cmd [concat stap $args $test_file_name] + set cmd [concat [stap_exec] $args $test_file_name] catch {eval exec $cmd} res set n 0 -- cgit