mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
autotest: added more autotest build logging
This commit is contained in:
parent
b966f7fc3e
commit
81d4864c10
@ -39,6 +39,7 @@ checkout() {
|
||||
vehicle="$1"
|
||||
tag="$2"
|
||||
board="$3"
|
||||
echo "Trying checkout $vehicle $tag $board"
|
||||
git stash
|
||||
if [ "$tag" = "latest" ]; then
|
||||
vtag="master"
|
||||
|
Loading…
Reference in New Issue
Block a user