option build_url is only supported for legacy - reflect this in help
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 23 May 2010 12:20:22 +0000 (14:20 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 23 May 2010 12:20:22 +0000 (14:20 +0200)
system/TestMain.py

index a8b29ef..4839b43 100755 (executable)
@@ -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")