autotest: fixed update of pymavlink

This commit is contained in:
Andrew Tridgell 2017-03-08 16:40:10 +11:00
parent de3e7e950a
commit 2f8e9db606

View File

@ -91,7 +91,7 @@ popd
rsync -a APM/Tools/autotest/web-firmware/ buildlogs/binaries/
echo "Updating pymavlink"
pushd APM/mavlink/pymavlink
pushd APM/modules/mavlink/pymavlink
git show
python setup.py build install --user
popd