improved test switch --live-test and minor refactoring

This commit is contained in:
Bernardo Damele
2012-12-17 11:29:33 +00:00
parent f40c52cc17
commit 2926c815bf
5 changed files with 66 additions and 61 deletions

View File

@@ -679,8 +679,7 @@ def cmdLineParser():
parser.add_option("--live-test", dest="liveTest", action="store_true",
help=SUPPRESS_HELP)
parser.add_option("--run-case", dest="runCase", type="int",
help=SUPPRESS_HELP)
parser.add_option("--run-case", dest="runCase", help=SUPPRESS_HELP)
parser.add_option("--restapi", dest="restApi", action="store_true",
help=SUPPRESS_HELP)