From 0cd5fd1ed0a5e8d086d2ba1ea2bbd8fc0ed0b519 Mon Sep 17 00:00:00 2001 From: dsmith Date: Wed, 21 Mar 2007 19:54:38 +0000 Subject: 2007-03-21 David Smith PR 4146 * systemtap.samples/control_limits.exp: Begin/end probes use MAXACTION_INTERRUPTIBLE instead of MAXACTION. --- testsuite/systemtap.samples/control_limits.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.samples') 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 } -- cgit