diff options
author | hunt <hunt> | 2007-03-14 07:11:11 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-03-14 07:11:11 +0000 |
commit | 3b6fd2ea934f1d75174e5a786701c90f32553fe8 (patch) | |
tree | f1e359f5592625b3f2173885393aac3e8d853da8 /testsuite/systemtap.samples | |
parent | b272f21d2a42d44222cfc20f35025c324f6091c4 (diff) | |
download | systemtap-steved-3b6fd2ea934f1d75174e5a786701c90f32553fe8.tar.gz systemtap-steved-3b6fd2ea934f1d75174e5a786701c90f32553fe8.tar.xz systemtap-steved-3b6fd2ea934f1d75174e5a786701c90f32553fe8.zip |
2007-03-14 Martin Hunt <hunt@redhat.com>
* systemtap.base/div0.stp: Fix so output
won't possibly have the error message before the printed
output.
* systemtap.base/maxactive.exp: Ditto.
* systemtap.maps/ix_clear.stp: Ditto.
* systemtap.maps/ix_clear2.stp: Ditto.
* systemtap.samples/args.exp: Remove obsolete "-r" 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 0eb39801..d147d21d 100644 --- a/testsuite/systemtap.samples/args.exp +++ b/testsuite/systemtap.samples/args.exp @@ -37,7 +37,7 @@ if [file exists $modpath] { return } -spawn sudo $staprunpath -r -d [pid] $modpath foo=hello bar=999 +spawn sudo $staprunpath -d [pid] $modpath foo=hello bar=999 set ok 0 expect { -timeout 30 @@ -52,7 +52,7 @@ if {$ok == 1} { fail "$test run 1" } -spawn sudo $staprunpath -r -d [pid] $modpath foo=goodbye bar=0 +spawn sudo $staprunpath -d [pid] $modpath foo=goodbye bar=0 set ok 0 expect { -timeout 30 |