From: Thierry Parmentelat Date: Tue, 20 Mar 2012 10:32:04 +0000 (+0100) Subject: change exclude option to be less confusing -e X-Git-Tag: tests-5.1-1~33 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=05b33d94f7b7371fc8fe7c091f58ea6f0df2778f;p=tests.git change exclude option to be less confusing -e more consistent with the build's options --- diff --git a/system/TestMain.py b/system/TestMain.py index 6806f9c..33d6aba 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -141,7 +141,7 @@ steps refer to a method in TestPlc or to a step_* module help="pldistro - as in vbuild-nightly") parser.add_option("-f","--fcdistro",action="store", dest="fcdistro", help="fcdistro - as in vbuild-nightly") - parser.add_option("-x","--exclude",action="append", dest="exclude", default=[], + parser.add_option("-e","--exclude",action="append", dest="exclude", default=[], help="steps to exclude - can be set multiple times, or use quotes") parser.add_option("-a","--all",action="store_true",dest="all_steps", default=False, help="Run all default steps")