mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
autotest: make sim command clearer in logs
This commit is contained in:
parent
cbdc9f0706
commit
98df4fe60e
@ -127,6 +127,7 @@ def start_SIL(atype, valgrind=False, wipe=False, height=None, synthetic_clock=Tr
|
||||
cmd += ' --model=%s' % model
|
||||
if speedup != 1:
|
||||
cmd += ' --speedup=%f' % speedup
|
||||
print("Running: %s" % cmd)
|
||||
ret = pexpect.spawn(cmd, logfile=sys.stdout, timeout=5)
|
||||
ret.delaybeforesend = 0
|
||||
pexpect_autoclose(ret)
|
||||
|
Loading…
Reference in New Issue
Block a user