From 3b6fd2ea934f1d75174e5a786701c90f32553fe8 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 14 Mar 2007 07:11:11 +0000 Subject: 2007-03-14 Martin Hunt * 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. --- testsuite/systemtap.samples/args.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/systemtap.samples') 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 -- cgit