summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/optim.exp
diff options
context:
space:
mode:
authorfche <fche>2007-09-22 16:51:16 +0000
committerfche <fche>2007-09-22 16:51:16 +0000
commit1dedbf229185116d9ff085266473bc6bf80398c4 (patch)
tree7b0f9c522f0f26be25291ebf582b1c7ca95c177e /testsuite/systemtap.base/optim.exp
parentf7e6b306749b5504290cbb933cd699ef9456cf64 (diff)
downloadsystemtap-steved-1dedbf229185116d9ff085266473bc6bf80398c4.tar.gz
systemtap-steved-1dedbf229185116d9ff085266473bc6bf80398c4.tar.xz
systemtap-steved-1dedbf229185116d9ff085266473bc6bf80398c4.zip
2007-09-22 Frank Ch. Eigler <fche@elastic.org>
* systemtap.base/optim.exp: Wait for both result lines.
Diffstat (limited to 'testsuite/systemtap.base/optim.exp')
-rw-r--r--testsuite/systemtap.base/optim.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/optim.exp b/testsuite/systemtap.base/optim.exp
index a2bfd3ab..ddc1c90f 100644
--- a/testsuite/systemtap.base/optim.exp
+++ b/testsuite/systemtap.base/optim.exp
@@ -4,7 +4,7 @@ spawn stap $srcdir/$subdir/optim.stp
set ok 0
expect {
-timeout 120
- -re {i=1} { incr ok }
+ -re {i=1} { incr ok ; exp_continue }
-re {j=2} { incr ok }
timeout { fail "$test (timeout)" }
eof { }