summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2008-04-21 16:50:52 -0400
committerMartin Hunt <hunt@redhat.com>2008-04-21 16:50:52 -0400
commitb197bf0b2a6267b73edcdbf68c73d259bf6a6e6a (patch)
tree0daf7bc638ce8f095cbb2251726e71cb52c1fdc3 /testsuite
parent159cb10989a9d6c1d28fc5d1fa5506a75046a9f7 (diff)
downloadsystemtap-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')
-rw-r--r--testsuite/ChangeLog4
-rw-r--r--testsuite/systemtap.samples/args.exp4
2 files changed, 6 insertions, 2 deletions
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 <hunt@redhat.com>
+
+ * systemtap.samples/args.exp: Remove obsolete "-d" option.
+
2008-04-18 David Smith <dsmith@redhat.com>
* 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