mirror of https://github.com/ArduPilot/ardupilot
autotest: ignore SIGCONT with sim_vehicle.sh -G
This commit is contained in:
parent
10ec1b8290
commit
0f540fc30c
|
@ -318,7 +318,8 @@ elif [ $USE_GDB == 1 ]; then
|
||||||
echo "Using gdb"
|
echo "Using gdb"
|
||||||
tfile=$(mktemp)
|
tfile=$(mktemp)
|
||||||
[ $USE_GDB_STOPPED == 0 ] && {
|
[ $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
|
$autotest/run_in_terminal_window.sh "ardupilot (gdb)" gdb -x $tfile --args $cmd || exit 1
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue