mirror of https://github.com/ArduPilot/ardupilot
parent
dc66708856
commit
d5d2fc667f
|
@ -10,7 +10,7 @@ autotest=$(dirname $(readlink -e $0))
|
||||||
pushd $autotest/../../ArduPlane
|
pushd $autotest/../../ArduPlane
|
||||||
make clean obc-sitl
|
make clean obc-sitl
|
||||||
|
|
||||||
tfile=$(tempfile)
|
tfile=$(mktemp)
|
||||||
echo r > $tfile
|
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 /tmp/ArduPlane.build/ArduPlane.elf
|
||||||
|
|
|
@ -10,7 +10,7 @@ autotest=$(dirname $(readlink -e $0))
|
||||||
pushd $autotest/../../APMrover2
|
pushd $autotest/../../APMrover2
|
||||||
make clean sitl
|
make clean sitl
|
||||||
|
|
||||||
tfile=$(tempfile)
|
tfile=$(mktemp)
|
||||||
(
|
(
|
||||||
echo r
|
echo r
|
||||||
) > $tfile
|
) > $tfile
|
||||||
|
|
Loading…
Reference in New Issue