mirror of https://github.com/ArduPilot/ardupilot
Tools: change autotest to python3
This commit is contained in:
parent
00e1f1d6f5
commit
0d029ee055
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
"""
|
"""
|
||||||
ArduPilot automatic test suite.
|
ArduPilot automatic test suite.
|
||||||
|
|
||||||
|
|
|
@ -100,7 +100,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 72000 APM/Tools/autotest/autotest.py --autotest-server --timeout=70000 > buildlogs/autotest-output.txt 2>&1
|
timelimit 72000 python3 APM/Tools/autotest/autotest.py --autotest-server --timeout=70000 > buildlogs/autotest-output.txt 2>&1
|
||||||
|
|
||||||
mkdir -p "buildlogs/history/$hdate"
|
mkdir -p "buildlogs/history/$hdate"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue