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_run2.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/lib/stap_run2.exp') diff --git a/testsuite/lib/stap_run2.exp b/testsuite/lib/stap_run2.exp index 9849aefb..1d9dc0b3 100644 --- a/testsuite/lib/stap_run2.exp +++ b/testsuite/lib/stap_run2.exp @@ -15,7 +15,7 @@ proc stap_run2 { TEST_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