mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
HILTest is not needed any more
This commit is contained in:
parent
4485fddece
commit
5f71cb6651
@ -94,14 +94,6 @@ def test_prerequesites():
|
|||||||
'''check we have the right directories and tools to run tests'''
|
'''check we have the right directories and tools to run tests'''
|
||||||
print("Testing prerequesites")
|
print("Testing prerequesites")
|
||||||
util.mkdir_p(util.reltopdir('../buildlogs'))
|
util.mkdir_p(util.reltopdir('../buildlogs'))
|
||||||
if not os.path.exists(util.reltopdir('../HILTest/hil_quad.py')):
|
|
||||||
print('''
|
|
||||||
You need to install HILTest in %s
|
|
||||||
|
|
||||||
You can get it from git://git.samba.org/tridge/UAV/HILTest.git
|
|
||||||
|
|
||||||
''' % util.reltopdir('../HILTest'))
|
|
||||||
return False
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user