# HG changeset patch # User Oleg Oshmyan # Date 1313525103 -10800 # Node ID 1de2ea435d9303816c998d92b6794531050dc06a # Parent 79f4f2fdeead23bcdf2284b26631f9fafc4a2aa3 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. diff -r 79f4f2fdeead -r 1de2ea435d93 upreckon/config.py --- 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,