diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-03-22 20:36:13 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-03-22 20:36:13 +0100 |
commit | c7ce415ebf181e818166644e572dfe04dbd7b6f6 (patch) | |
tree | c182d43d83acf39ac78b3e614c9d272812ceb386 /testsuite/lib | |
parent | c9a05b1c5a3219dcc6b9f4060b98e76a67f5795b (diff) | |
parent | 1fa23e70a939c20664d7ae6ee5ef66b51835e0ee (diff) | |
download | systemtap-steved-c7ce415ebf181e818166644e572dfe04dbd7b6f6.tar.gz systemtap-steved-c7ce415ebf181e818166644e572dfe04dbd7b6f6.tar.xz systemtap-steved-c7ce415ebf181e818166644e572dfe04dbd7b6f6.zip |
Merge branch 'master' into pr6866
Diffstat (limited to 'testsuite/lib')
-rw-r--r-- | testsuite/lib/stap_run2.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/lib/stap_run2.exp b/testsuite/lib/stap_run2.exp index b734a1e7..d1f02c83 100644 --- a/testsuite/lib/stap_run2.exp +++ b/testsuite/lib/stap_run2.exp @@ -29,7 +29,7 @@ proc stap_run2 { TEST_NAME args } { proc stap_run3 { TEST_NAME TEST_FILE args } { if {[info procs installtest_p] != "" && ![installtest_p]} { untested $TEST_NAME; return } - set cmd [concat stap $args $TEST_FILE] + set cmd [concat stap $TEST_FILE $args] send_log "executing: $cmd\n" catch {eval exec $cmd} res |