From: Thierry Parmentelat Date: Sun, 23 May 2010 12:20:22 +0000 (+0200) Subject: option build_url is only supported for legacy - reflect this in help X-Git-Tag: tests-5.0-6~18 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=63d39be5f09941c04dda33fc14ded5ddc932ec4b;p=tests.git option build_url is only supported for legacy - reflect this in help --- diff --git a/system/TestMain.py b/system/TestMain.py index a8b29ef..4839b43 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -82,7 +82,7 @@ steps refer to a method in TestPlc or to a step_* module parser.add_option("-u","--url",action="store", dest="arch_rpms_url", help="URL of the arch-dependent RPMS area - for locating what to test") parser.add_option("-b","--build",action="store", dest="build_url", - help="Build URL - for locating vtest-init-vserver.sh") + help="ignored, for legacy only") parser.add_option("-c","--config",action="callback", callback=TestMain.optparse_list, dest="config", nargs=1,type="string", help="Config module - can be set multiple times, or use quotes")