From 63d39be5f09941c04dda33fc14ded5ddc932ec4b Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 23 May 2010 14:20:22 +0200 Subject: [PATCH] option build_url is only supported for legacy - reflect this in help --- system/TestMain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.47.0