comparison upreckon/config.py @ 152:7951219d9866

Dummies are no longer tested when positional cmdline arguments are given
author Oleg Oshmyan <chortos@inbox.lv>
date Fri, 03 Jun 2011 12:50:36 +0100
parents 6261eea8a975
children 2db236d25ecd
comparison
equal deleted inserted replaced
151:6261eea8a975 152:7951219d9866
180 if options.no_maxtime: 180 if options.no_maxtime:
181 module.maxcputime = module.maxwalltime = 0 181 module.maxcputime = module.maxwalltime = 0
182 if args: 182 if args:
183 module.usegroups = False 183 module.usegroups = False
184 module.tests = args 184 module.tests = args
185 module.dummies = ()
185 try: 186 try:
186 sys.dont_write_bytecode = dwb 187 sys.dont_write_bytecode = dwb
187 except NameError: 188 except NameError:
188 pass 189 pass
189 for name in patterns: 190 for name in patterns: