From 6945be0ca8104e8808beb30e59aa1558b1f20c02 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 22 May 2012 19:48:19 +1000 Subject: [PATCH] autotest: default to not using gdb on ArduPlane.elf --- Tools/autotest/sim_arduplane.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tools/autotest/sim_arduplane.sh b/Tools/autotest/sim_arduplane.sh index c1085386c1..030aa2144b 100755 --- a/Tools/autotest/sim_arduplane.sh +++ b/Tools/autotest/sim_arduplane.sh @@ -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