aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/README b/gdb/testsuite/README
index 843d826..06664d7 100644
--- a/gdb/testsuite/README
+++ b/gdb/testsuite/README
@@ -201,7 +201,7 @@ a .gdbinit. For example:
HOME=`pwd` runtest \
GDB=/usr/bin/gdb \
GDBSERVER=/usr/bin/gdbserver \
- INTERNAL_GDBFLAGS="-nw -iex 'set height 0' -iex 'set width 0'"
+ INTERNAL_GDBFLAGS="-nw -q -iex 'set height 0' -iex 'set width 0'"
Note that we do not need to specify '-data-directory' here
as we are testing an installed GDB.