autotest: don't show console in autotest

This commit is contained in:
Andrew Tridgell 2013-09-09 19:55:38 +10:00
parent 35519b9298
commit 0c37bcbb10
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ def drive_APMrover2(viewerip=None, map=False):
if viewerip:
options += " --out=%s:14550" % viewerip
if map:
options += ' --map --console'
options += ' --map'
sil = util.start_SIL('APMrover2', wipe=True)
mavproxy = util.start_MAVProxy_SIL('APMrover2', options=options)