From: Dave Brolley Date: Wed, 7 Jul 2010 16:58:27 +0000 (-0400) Subject: Correct expected output of passes when using a server. X-Git-Tag: release-1.3~82 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=b0f48bdcc91ebbea4217b69e88b6873106c7ec78;p=systemtap.git Correct expected output of passes when using a server. --- diff --git a/testsuite/lib/stap_run.exp b/testsuite/lib/stap_run.exp index ab620f1ec..bf11b520c 100644 --- a/testsuite/lib/stap_run.exp +++ b/testsuite/lib/stap_run.exp @@ -40,7 +40,7 @@ proc stap_run { TEST_NAME {LOAD_GEN_FUNCTION ""} {OUTPUT_CHECK_STRING ""} args } {set pass$expect_out(1,string) "\t$expect_out(2,string)\t$expect_out(3,string)\t$expect_out(4,string)"; exp_continue} -re {^Pass\ ([34]): using cached [^\r]+\r\n} {set pass$expect_out(1,string) "\t0\t0\t0"; exp_continue} - -re {^Compilation using a server completed using [^\r]* in [0-9]+usr/[0-9]+sys/[0-9]+real ms\.\r\n} {exp_continue} + -re {^Passes: via server [^\r]* using [^\r]* in [0-9]+usr/[0-9]+sys/[0-9]+real ms\.\r\n} {exp_continue} -re {^Pass 5: starting run.\r\n} {exp_continue} -re "^systemtap starting probe\r\n" { pass "$TEST_NAME startup"