mirror of https://github.com/ArduPilot/ardupilot
autotest: default to not using gdb on ArduPlane.elf
This commit is contained in:
parent
557834f9a9
commit
e2c36eb158
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue