We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3682f60 commit 26c5286Copy full SHA for 26c5286
1 file changed
test/runjsontests.py
@@ -72,6 +72,7 @@ def runAllTests( jsontest_executable_path, input_dir = None,
72
is_json_checker_test = (input_path in test_jsonchecker) or expect_failure
73
print('TESTING:', input_path, end=' ')
74
options = is_json_checker_test and '--json-checker' or ''
75
+ options += ' --json-writer StyledWriter'
76
cmd = '%s%s %s "%s"' % (
77
valgrind_path, jsontest_executable_path, options,
78
input_path)
0 commit comments