From 05b33d94f7b7371fc8fe7c091f58ea6f0df2778f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 20 Mar 2012 11:32:04 +0100 Subject: [PATCH] change exclude option to be less confusing -e more consistent with the build's options --- system/TestMain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.47.0