From b197bf0b2a6267b73edcdbf68c73d259bf6a6e6a Mon Sep 17 00:00:00 2001 From: Martin Hunt Date: Mon, 21 Apr 2008 16:50:52 -0400 Subject: Change staprun to exec stapio. Add "-d" option to staprun. --- testsuite/ChangeLog | 4 ++++ testsuite/systemtap.samples/args.exp | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'testsuite') diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index a2382148..123d7a8a 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-04-21 Martin Hunt + + * systemtap.samples/args.exp: Remove obsolete "-d" option. + 2008-04-18 David Smith * systemtap.base/utrace_p4.exp: Added exec probe test. 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 -- cgit