changeset 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 79f4f2fdeead
children fa81289ee407
files upreckon/config.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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,