diff options
author | dsmith <dsmith> | 2007-03-21 19:54:38 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2007-03-21 19:54:38 +0000 |
commit | 0cd5fd1ed0a5e8d086d2ba1ea2bbd8fc0ed0b519 (patch) | |
tree | 13980655868cc1624234a15c0aa9c5f944f7df2e /testsuite/systemtap.samples | |
parent | 29fdb4e446261de732f2edfe76823041c3e03663 (diff) | |
download | systemtap-steved-0cd5fd1ed0a5e8d086d2ba1ea2bbd8fc0ed0b519.tar.gz systemtap-steved-0cd5fd1ed0a5e8d086d2ba1ea2bbd8fc0ed0b519.tar.xz systemtap-steved-0cd5fd1ed0a5e8d086d2ba1ea2bbd8fc0ed0b519.zip |
2007-03-21 David Smith <dsmith@redhat.com>
PR 4146
* systemtap.samples/control_limits.exp: Begin/end probes use
MAXACTION_INTERRUPTIBLE instead of MAXACTION.
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 } |