summaryrefslogtreecommitdiff
path: root/tests/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SConscript')
-rw-r--r--tests/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/SConscript b/tests/SConscript
index d5968d3e3..5aa507285 100644
--- a/tests/SConscript
+++ b/tests/SConscript
@@ -66,6 +66,7 @@ def check_test(target, source, env):
'-I "^M5 executing on " ' + # for stderr file
'-I "^Simulation complete at" ' + # for stderr file
'-I "^Listening for" ' + # for stderr file
+ '-I "listening for remote gdb" ' + # for stderr file
'--exclude=m5stats.txt --exclude=SCCS ' +
'--exclude=${TARGETS[0].file} ' +
'> ${TARGETS[0]}', target=target, source=source), None)