From: Andreas Sandberg Date: Mon, 7 Jan 2013 18:05:45 +0000 (-0500) Subject: tests: Update the ignore regexps to reflect the M5->gem5 name change X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e23850dd074fb623128a44b4c1453fc85e86a736;p=gem5.git tests: Update the ignore regexps to reflect the M5->gem5 name change --- diff --git a/tests/SConscript b/tests/SConscript index bfdc9a566..ea65dad8f 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -63,9 +63,9 @@ retry_signals = (signal.SIGTERM, signal.SIGKILL, signal.SIGINT, # regular expressions of lines to ignore when diffing outputs output_ignore_regexes = ( '^command line:', # for stdout file - '^M5 compiled ', # for stderr file - '^M5 started ', # for stderr file - '^M5 executing on ', # for stderr file + '^gem5 compiled ', # for stderr file + '^gem5 started ', # for stderr file + '^gem5 executing on ', # for stderr file '^Simulation complete at', # for stderr file '^Listening for', # for stderr file 'listening for remote gdb', # for stderr file