mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
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:
parent
ef4ebbf126
commit
7c6f1cd590
@ -123,7 +123,7 @@ export BUILD_BINARIES_PATH=$HOME/build/tmp
|
|||||||
# exit on panic so we don't waste time waiting around
|
# exit on panic so we don't waste time waiting around
|
||||||
export SITL_PANIC_EXIT=1
|
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"
|
mkdir -p "buildlogs/history/$hdate"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user