mirror of https://github.com/ArduPilot/ardupilot
Tools: correct comment on SITLtest-can
This commit is contained in:
parent
a592d76866
commit
2e5a5cd43f
|
@ -123,7 +123,7 @@ for t in $CI_BUILD_TARGET; do
|
|||
continue
|
||||
fi
|
||||
if [ "$t" == "sitltest-can" ]; then
|
||||
echo "Building navigator"
|
||||
echo "Building SITL Periph GPS"
|
||||
$waf configure --board sitl
|
||||
$waf copter
|
||||
run_autotest "Copter" "build.SITLPeriphGPS" "test.CAN"
|
||||
|
|
Loading…
Reference in New Issue