Browse Source

autotest: no need for special SIGCONT handling any more

mission-4.1.18
Andrew Tridgell 10 years ago
parent
commit
370edde286
  1. 1
      Tools/autotest/sim_vehicle.sh

1
Tools/autotest/sim_vehicle.sh

@ -331,7 +331,6 @@ elif [ $USE_GDB == 1 ]; then @@ -331,7 +331,6 @@ elif [ $USE_GDB == 1 ]; then
echo "Using gdb"
tfile=$(mktemp)
[ $USE_GDB_STOPPED == 0 ] && {
echo "handle SIGCONT nostop noprint" > $tfile
echo r >> $tfile
}
$autotest/run_in_terminal_window.sh "ardupilot (gdb)" gdb -x $tfile --args $cmd || exit 1

Loading…
Cancel
Save