autotest: cope with newer versions of JSBSim

This commit is contained in:
Andrew Tridgell 2014-06-03 16:14:16 +10:00
parent f6160cf78f
commit 4607fe9bf1

View File

@ -248,7 +248,7 @@ fdm = fgFDM.fgFDM()
jsb_console.send('info\n')
jsb_console.send('resume\n')
jsb.expect("trim computation time")
jsb.expect(["trim computation time","Trim Results"])
time.sleep(1.5)
jsb_console.logfile = None