gdb_monitor: inhibit .gdbinit in unattended test

This commit is contained in:
Christian Helmuth 2014-01-16 14:46:24 +01:00
parent 4ac81ad179
commit 8ed2e150a4
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ append gdb_cmds {-ex "bt" }
append gdb_cmds {-ex "q" }
# run GDB and redirect stderr to stdio to get the relevant output into the expect buffer
eval spawn [gdb] bin/$gdb_target_binary -batch $gdb_cmds 2&>1
eval spawn [gdb] bin/$gdb_target_binary -n -batch $gdb_cmds 2&>1
set timeout 120
expect {