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_compile.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/lib/stap_compile.exp') diff --git a/testsuite/lib/stap_compile.exp b/testsuite/lib/stap_compile.exp index 8c6df0ee..8f82018f 100644 --- a/testsuite/lib/stap_compile.exp +++ b/testsuite/lib/stap_compile.exp @@ -4,7 +4,7 @@ # - script is the script to compile # Additional arguments are passed to stap as-is. proc stap_compile { TEST_NAME compile script args } { - set cmd [concat {stap -v -p4 -e} $script $args] + set cmd [concat [stap_exec] {-v -p4 -e} $script $args] verbose -log "running $cmd" eval spawn $cmd -- cgit