autotest: make sim command clearer in logs

This commit is contained in:
Andrew Tridgell 2015-05-06 10:10:13 +10:00
parent cbdc9f0706
commit 98df4fe60e

View File

@ -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)