From 1dedbf229185116d9ff085266473bc6bf80398c4 Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 22 Sep 2007 16:51:16 +0000 Subject: 2007-09-22 Frank Ch. Eigler * systemtap.base/optim.exp: Wait for both result lines. --- testsuite/systemtap.base/optim.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.base') 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 { } -- cgit