autotest: fixed remote viewing of ArduCopter autotest

This commit is contained in:
Andrew Tridgell 2011-11-26 18:34:10 +11:00
parent 0720bf7bf1
commit 8ab0dbdba7
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ def run_step(step):
return dump_logs('ArduCopter')
if step == 'fly.ArduCopter':
return arducopter.fly_ArduCopter()
return arducopter.fly_ArduCopter(viewerip=opts.viewerip)
if step == 'fly.ArduPlane':
if not opts.experimental: