autotest: default to not using gdb on ArduPlane.elf

This commit is contained in:
Andrew Tridgell 2012-05-22 19:48:19 +10:00
parent 557834f9a9
commit e2c36eb158
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ make clean sitl
tfile=$(tempfile)
echo r > $tfile
gnome-terminal -e "gdb -x $tfile --args /tmp/ArduPlane.build/ArduPlane.elf"
#gnome-terminal -e "gdb -x $tfile --args /tmp/ArduPlane.build/ArduPlane.elf"
gnome-terminal -e /tmp/ArduPlane.build/ArduPlane.elf
#gnome-terminal -e "valgrind -q /tmp/ArduPlane.build/ArduPlane.elf"
sleep 2
rm -f $tfile