disable debug output files

This commit is contained in:
Ilan Schnell 2020-05-06 15:34:30 -05:00 committed by Tzu-ping Chung
parent ec288fec0e
commit 2f884c9379
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ def test_yaml_based(script, case):
request.get('options', '').split(),
case[':resolver:'] == 'new')
if 1: # for analyzing output easier
if 0: # for analyzing output easier
with open(DATA_DIR.parent / "yaml" /
case[':name:'].replace('*', '-'), 'w') as fo:
result = effect['result']