From 5a7da25ba90c76f0528b6ffebf6a0f1a73751a41 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 13 Nov 2011 18:33:31 +1100 Subject: [PATCH] autotest: re-add --viewerip option --- Tools/autotest/autotest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/autotest/autotest.py b/Tools/autotest/autotest.py index 44a9cf9e3a..e0816dc944 100755 --- a/Tools/autotest/autotest.py +++ b/Tools/autotest/autotest.py @@ -82,6 +82,7 @@ You can get it from git://git.samba.org/tridge/UAV/HILTest.git parser = optparse.OptionParser("autotest") parser.add_option("--skip", type='string', default='', help='list of steps to skip (comma separated)') parser.add_option("--list", action='store_true', default=False, help='list the available steps') +parser.add_option("--viewerip", default=None, help='IP address to send MAVLink and fg packets to') opts, args = parser.parse_args()