diff upreckon/config.py @ 174:e0b2fbd7ebe0

Improved built-in output validator; added conf. var. binary The built-in output validator now reads blocks rather than lines, which should make it faster. There is also a new configuration variable called binary, which defaults to False and specifies whether the built-in output validator should not try to translate line breaks. Finally, when binary is false, the built-in output validator now translates line breaks even if it the reference output is in a tape archive.
author Oleg Oshmyan <chortos@inbox.lv>
date Sat, 18 Jun 2011 02:55:17 +0100
parents b375daa74371
children 35d59ba0e27c
line wrap: on
line diff
--- a/upreckon/config.py	Thu Jun 16 01:24:10 2011 +0100
+++ b/upreckon/config.py	Sat Jun 18 02:55:17 2011 +0100
@@ -31,6 +31,7 @@
                     'groupweight': {},
                     'pointmap': {},
                     'stdio': False,
+                    'binary': False,
                     'dummyinname': '',
                     'dummyoutname': '',
                     'tester': None,