]> sourceware.org Git - systemtap.git/commitdiff
Correct expected output of passes when using a server.
authorDave Brolley <brolley@redhat.com>
Wed, 7 Jul 2010 16:58:27 +0000 (12:58 -0400)
committerDave Brolley <brolley@redhat.com>
Wed, 7 Jul 2010 17:01:35 +0000 (13:01 -0400)
testsuite/lib/stap_run.exp

index ab620f1ec3397302c43e894ba2e5590ec7bc9b4c..bf11b520c4445c2fc71a3616dea2c9b293a36180 100644 (file)
@@ -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"
This page took 0.025844 seconds and 5 git commands to generate.