summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2010-03-16 15:19:25 -0500
committerDavid Smith <dsmith@redhat.com>2010-03-16 15:19:25 -0500
commit1fe5254260d0c3b6438553cf5f4af645820647fe (patch)
tree873a3b87b9b1b368e7d3b0b47b2a6522d271b39e
parent4612f779c64aec716433124099a8f82f47d9c90e (diff)
downloadsystemtap-steved-1fe5254260d0c3b6438553cf5f4af645820647fe.tar.gz
systemtap-steved-1fe5254260d0c3b6438553cf5f4af645820647fe.tar.xz
systemtap-steved-1fe5254260d0c3b6438553cf5f4af645820647fe.zip
Fixed regexp typo in stap_run_error.exp.
* testsuite/lib/stap_run_error.exp: Fixed regexp typo.
-rw-r--r--testsuite/lib/stap_run_error.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/lib/stap_run_error.exp b/testsuite/lib/stap_run_error.exp
index 060edccd..bf894984 100644
--- a/testsuite/lib/stap_run_error.exp
+++ b/testsuite/lib/stap_run_error.exp
@@ -10,7 +10,7 @@ proc stap_run_error { TEST_NAME EXPECT_ERROR ERROR_STRING OUTPUT_CHECK_STRING ar
eval spawn $cmd
expect {
-timeout 150
- -re {^WARNING: [^r]+\r\n} {exp_continue}
+ -re {^WARNING: [^\r]+\r\n} {exp_continue}
-re {^Pass\ [1234]: [^\r]+real\ ms\.\r\n} {exp_continue}
-re {^Pass\ ([34]): using cached [^\r]+\r\n} {exp_continue}
-re {^Pass 5: starting run.\r\n} {exp_continue}