changeset 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 45d4a9dc707b
files upreckon/config.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/upreckon/config.py	Fri Jun 03 10:54:11 2011 +0100
+++ b/upreckon/config.py	Fri Jun 03 12:50:36 2011 +0100
@@ -182,6 +182,7 @@
 	if args:
 		module.usegroups = False
 		module.tests = args
+		module.dummies = ()
 	try:
 		sys.dont_write_bytecode = dwb
 	except NameError: