From 422dc4e1e86dd92b3247a40296148c688bc3df68 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 13 Jun 2008 18:08:40 -0400 Subject: make "-p4 -m FOO" mode consistent with ordinary -p4 --- testsuite/lib/stap_run.exp | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuite/lib') diff --git a/testsuite/lib/stap_run.exp b/testsuite/lib/stap_run.exp index 42efa4f8..43964d8e 100644 --- a/testsuite/lib/stap_run.exp +++ b/testsuite/lib/stap_run.exp @@ -33,7 +33,6 @@ proc stap_run { TEST_NAME {LOAD_GEN_FUNCTION ""} {OUTPUT_CHECK_STRING ""} args } eval spawn $cmd expect { -timeout 180 - -re {^Warning: using '-m' disables cache support.\r\n} {exp_continue} -re {^WARNING: cannot find module [^\r]*DWARF[^\r]*\r\n} {exp_continue} -re {^Pass\ ([1234]):[^\r]*\ in\ ([0-9]+)usr/([0-9]+)sys/([0-9]+)real\ ms\.\r\n} {set pass$expect_out(1,string) "\t$expect_out(2,string)\t$expect_out(3,string)\t$expect_out(4,string)"; exp_continue} -- cgit