summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/ChangeLog6
-rw-r--r--testsuite/systemtap.samples/control_limits.exp2
2 files changed, 7 insertions, 1 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog
index aba7e9a3..e21d20dd 100644
--- a/testsuite/ChangeLog
+++ b/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-21 David Smith <dsmith@redhat.com>
+
+ PR 4146
+ * systemtap.samples/control_limits.exp: Begin/end probes use
+ MAXACTION_INTERRUPTIBLE instead of MAXACTION.
+
2007-03-09 Pierre Peiffer <pierre.peiffer@bull.net>
* buildok/twenty.stp, semok/seventeen.stp: Adapt to kernel 2.6.20.
diff --git a/testsuite/systemtap.samples/control_limits.exp b/testsuite/systemtap.samples/control_limits.exp
index d0ad7d2d..c5cbfac3 100644
--- a/testsuite/systemtap.samples/control_limits.exp
+++ b/testsuite/systemtap.samples/control_limits.exp
@@ -11,7 +11,7 @@ expect {
if {$ok == 1} { pass "$test ($ok)" } { fail "$test ($ok)" }
set test "control_limits MAXACTION"
-spawn stap -u -DMAXACTION=500 $srcdir/$subdir/control_limits.stp
+spawn stap -u -DMAXACTION_INTERRUPTIBLE=500 $srcdir/$subdir/control_limits.stp
set ok 0
expect {
-timeout 60 -re {ERROR.*MAXACTION} { incr ok; exp_continue }