Procházet zdrojové kódy

Add missing action for --skip-tests option since it's a boolean flag.

[SVN r40819]
Rene Rivera před 18 roky
rodič
revize
164a2c3468
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      tools/regression/src/regression.py

+ 2 - 1
tools/regression/src/regression.py

@@ -101,7 +101,8 @@ class runner:
         opt.add_option( '--smtp-login',
             help="STMP server address/login information, in the following form: <user>:<password>@<host>[:<port>]" )
         opt.add_option( '--skip-tests',
-            help="do not run bjam; used for testing script changes" )
+            help="do not run bjam; used for testing script changes"
+            action='store_true' )
         
         #~ Defaults
         self.runner = None

粤ICP备19079148号