diff options
author | Martin Hunt <hunt@redhat.com> | 2008-04-21 16:50:52 -0400 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 2008-04-21 16:50:52 -0400 |
commit | b197bf0b2a6267b73edcdbf68c73d259bf6a6e6a (patch) | |
tree | 0daf7bc638ce8f095cbb2251726e71cb52c1fdc3 /testsuite/systemtap.samples | |
parent | 159cb10989a9d6c1d28fc5d1fa5506a75046a9f7 (diff) | |
download | systemtap-steved-b197bf0b2a6267b73edcdbf68c73d259bf6a6e6a.tar.gz systemtap-steved-b197bf0b2a6267b73edcdbf68c73d259bf6a6e6a.tar.xz systemtap-steved-b197bf0b2a6267b73edcdbf68c73d259bf6a6e6a.zip |
Change staprun to exec stapio. Add "-d" option to staprun.
Diffstat (limited to 'testsuite/systemtap.samples')
-rw-r--r-- | testsuite/systemtap.samples/args.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.samples/args.exp b/testsuite/systemtap.samples/args.exp index 54647998..8bed7c9e 100644 --- a/testsuite/systemtap.samples/args.exp +++ b/testsuite/systemtap.samples/args.exp @@ -47,7 +47,7 @@ if [file exists $modpath] { return } -spawn $staprunpath -d [pid] $modpath foo=hello bar=999 +spawn $staprunpath $modpath foo=hello bar=999 set ok 0 expect { -timeout 120 @@ -62,7 +62,7 @@ if {$ok == 1} { fail "$test run 1" } -spawn $staprunpath -d [pid] $modpath foo=goodbye bar=0 +spawn $staprunpath $modpath foo=goodbye bar=0 set ok 0 expect { -timeout 120 |