diff upreckon/config.py @ 199:1de2ea435d93

The default match mode is now 'literal' I must have mixed something up when I wrote '$%', because dollar and percent signs are not replaced in the tests and dummies configuration variables.
author Oleg Oshmyan <chortos@inbox.lv>
date Tue, 16 Aug 2011 23:05:03 +0300
parents a76cdc26ba9d
children fa81289ee407
line wrap: on
line diff
--- a/upreckon/config.py	Mon Aug 15 20:27:05 2011 +0300
+++ b/upreckon/config.py	Tue Aug 16 23:05:03 2011 +0300
@@ -23,7 +23,7 @@
                     'maxcputime': None,
                     'maxwalltime': None,
                     'maxmemory': None,
-                    'match': '$%',
+                    'match': 'literal',
                     'dummies': (),
                     'testsexcluded': (),
                     'padtests': 0,