summaryrefslogtreecommitdiff
path: root/tests/SConscript
diff options
context:
space:
mode:
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>2013-01-07 13:05:45 -0500
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>2013-01-07 13:05:45 -0500
commite23850dd074fb623128a44b4c1453fc85e86a736 (patch)
treedbfe41d36700aba67c4863ff577c159112a4785b /tests/SConscript
parent1c3a1888d875b0bb5946a99bf3ce1272bd948ce0 (diff)
downloadgem5-e23850dd074fb623128a44b4c1453fc85e86a736.tar.xz
tests: Update the ignore regexps to reflect the M5->gem5 name change
Diffstat (limited to 'tests/SConscript')
-rw-r--r--tests/SConscript6
1 files changed, 3 insertions, 3 deletions
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