Tools: build_autotest.sh: pass in --autotest-server to autotest.py

This will tell autotest.py to undertake the steps required for our
autotest server to run correctly
This commit is contained in:
Peter Barker 2021-03-26 15:02:25 +11:00 committed by Peter Barker
parent ef4ebbf126
commit 7c6f1cd590

View File

@ -123,7 +123,7 @@ export BUILD_BINARIES_PATH=$HOME/build/tmp
# exit on panic so we don't waste time waiting around
export SITL_PANIC_EXIT=1
timelimit 32000 APM/Tools/autotest/autotest.py --timeout=30000 > buildlogs/autotest-output.txt 2>&1
timelimit 32000 APM/Tools/autotest/autotest.py --autotest-server --timeout=30000 > buildlogs/autotest-output.txt 2>&1
mkdir -p "buildlogs/history/$hdate"