diff options
Diffstat (limited to 'testsuite/systemtap.samples')
-rw-r--r-- | testsuite/systemtap.samples/control_limits.exp | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |