summaryrefslogtreecommitdiffstats
path: root/testsuite/lib
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2009-03-21 08:39:57 -0400
committerFrank Ch. Eigler <fche@elastic.org>2009-03-21 08:40:35 -0400
commita99eea4f68db917268b83ab75574c832b646bd65 (patch)
treeec5934088b07b093a5cabef511012e9f2a0f563a /testsuite/lib
parentb08db79a21adfb5e2fb38b711269a7d0125d1d53 (diff)
downloadsystemtap-steved-a99eea4f68db917268b83ab75574c832b646bd65.tar.gz
systemtap-steved-a99eea4f68db917268b83ab75574c832b646bd65.tar.xz
systemtap-steved-a99eea4f68db917268b83ab75574c832b646bd65.zip
sdt.exp: save intermediate sdt.h-client executables for analysis
* testsuite/lib/stap_run2.exp (stap_run3): Put supplied stap extra arguments after the .stp script name, not before, so that @1/such arguments can be substituted within.
Diffstat (limited to 'testsuite/lib')
-rw-r--r--testsuite/lib/stap_run2.exp2
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