Skip to content

Commit 26c5286

Browse files
committed
pass --json-writer StyledWriter
1 parent 3682f60 commit 26c5286

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runjsontests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def runAllTests( jsontest_executable_path, input_dir = None,
7272
is_json_checker_test = (input_path in test_jsonchecker) or expect_failure
7373
print('TESTING:', input_path, end=' ')
7474
options = is_json_checker_test and '--json-checker' or ''
75+
options += ' --json-writer StyledWriter'
7576
cmd = '%s%s %s "%s"' % (
7677
valgrind_path, jsontest_executable_path, options,
7778
input_path)

0 commit comments

Comments
 (0)