Browse Source

autotest: ignore SIGCONT with sim_vehicle.sh -G

mission-4.1.18
Andrew Tridgell 10 years ago
parent
commit
0f540fc30c
  1. 3
      Tools/autotest/sim_vehicle.sh

3
Tools/autotest/sim_vehicle.sh

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

Loading…
Cancel
Save