diff options
author | Dave Brolley <brolley@redhat.com> | 2008-07-14 13:41:48 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2008-07-14 13:41:48 -0400 |
commit | 233614952872b4561accc79d9d7ef2c66f52dce4 (patch) | |
tree | 72e66a76a92a485637f299c1720f9c3ea26a57a3 /testsuite/lib/stap_run.exp | |
parent | f1743f00e6058d2dee44510f3ef165c549a6291e (diff) | |
download | systemtap-steved-233614952872b4561accc79d9d7ef2c66f52dce4.tar.gz systemtap-steved-233614952872b4561accc79d9d7ef2c66f52dce4.tar.xz systemtap-steved-233614952872b4561accc79d9d7ef2c66f52dce4.zip |
Enable 'make check' and 'make installcheck' using the systemtap client/server.
Diffstat (limited to 'testsuite/lib/stap_run.exp')
-rw-r--r-- | testsuite/lib/stap_run.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/lib/stap_run.exp b/testsuite/lib/stap_run.exp index 43964d8e..5f67d773 100644 --- a/testsuite/lib/stap_run.exp +++ b/testsuite/lib/stap_run.exp @@ -26,7 +26,7 @@ proc stap_run { TEST_NAME {LOAD_GEN_FUNCTION ""} {OUTPUT_CHECK_STRING ""} args } if {[info procs installtest_p] != "" && ![installtest_p]} { untested $TEST_NAME; return } - set cmd [concat {stap -v} $args] + set cmd [concat [stap_exec] -v $args] if [file readable $test_file_name] { lappend cmd $test_file_name } |