autotest: no need for special SIGCONT handling any more

This commit is contained in:
Andrew Tridgell 2015-04-13 06:06:48 +10:00
parent 0695277773
commit 370edde286
1 changed files with 0 additions and 1 deletions

View File

@ -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