mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 10:58:30 -04:00
autotest: fixed path to SIL binary
This commit is contained in:
parent
73cc32fb0d
commit
4671da409a
@ -50,7 +50,7 @@ def build_SIL(atype):
|
|||||||
|
|
||||||
def start_SIL(atype):
|
def start_SIL(atype):
|
||||||
'''launch a SIL instance'''
|
'''launch a SIL instance'''
|
||||||
ret = pexpect.spawn('tmp/%s.build/%s.elf' % (atype, atype),
|
ret = pexpect.spawn(reltopdir('tmp/%s.build/%s.elf' % (atype, atype)),
|
||||||
logfile=sys.stdout, timeout=5)
|
logfile=sys.stdout, timeout=5)
|
||||||
ret.expect('Waiting for connection')
|
ret.expect('Waiting for connection')
|
||||||
return ret
|
return ret
|
||||||
|
Loading…
Reference in New Issue
Block a user