comparison 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
comparison
equal deleted inserted replaced
170:b993d9257400 174:e0b2fbd7ebe0
29 'paddummies': 0, 29 'paddummies': 0,
30 'taskweight': 100, 30 'taskweight': 100,
31 'groupweight': {}, 31 'groupweight': {},
32 'pointmap': {}, 32 'pointmap': {},
33 'stdio': False, 33 'stdio': False,
34 'binary': False,
34 'dummyinname': '', 35 'dummyinname': '',
35 'dummyoutname': '', 36 'dummyoutname': '',
36 'tester': None, 37 'tester': None,
37 'maxexitcode': 0, 38 'maxexitcode': 0,
38 'inname': '', 39 'inname': '',