Mercurial > ~astiob > upreckon > hgweb
diff upreckon/config.py @ 200:fa81289ee407
force_zero_exitcode is now a problem-specific configuration variable
author | Oleg Oshmyan <chortos@inbox.lv> |
---|---|
date | Wed, 17 Aug 2011 00:32:01 +0300 |
parents | 1de2ea435d93 |
children | 32650f4a2177 |
line wrap: on
line diff
--- a/upreckon/config.py Tue Aug 16 23:05:03 2011 +0300 +++ b/upreckon/config.py Wed Aug 17 00:32:01 2011 +0300 @@ -38,9 +38,9 @@ 'tester': None, 'maxexitcode': 0, 'inname': '', - 'ansname': ''} -defaults_global = {'problems': None, - 'force_zero_exitcode': True} + 'ansname': '', + 'force_zero_exitcode': True} +defaults_global = {'problems': None} defaults_noerase = {'inname': '%.in', 'outname': '%.out', 'ansname': '%.ans'}