Tools: change autotest to python3

This commit is contained in:
Andrew Tridgell 2023-04-21 15:27:49 +10:00
parent 00e1f1d6f5
commit 0d029ee055
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
ArduPilot automatic test suite.

View File

@ -100,7 +100,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 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"