changeset 222:d66d5823bb1a 2.03

Made positional argument presence force match='literal' In particular, this fixes their wrong behaviour with match='re'.
author Oleg Oshmyan <chortos@inbox.lv>
date Fri, 04 May 2012 17:17:30 +0100
parents b40e76b8e8b2
children 2cdd966bc5fb fbdea5b8cc68
files upreckon/config.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/upreckon/config.py	Thu Aug 18 23:15:14 2011 +0300
+++ b/upreckon/config.py	Fri May 04 17:17:30 2012 +0100
@@ -207,6 +207,7 @@
 		module.maxcputime = module.maxwalltime = 0
 	if args:
 		module.usegroups = False
+		module.match = 'literal'
 		module.tests = args
 		module.dummies = ()
 	try: