commit | 26c52861b9e5d73eb20c9db2e0952c0e7cdd57b7 | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Fri Jan 23 11:53:16 2015 -0600 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Fri Jan 23 13:36:10 2015 -0600 |
tree | 90edf14904a7a37a6c21b3cc2d2a87947c73956c | |
parent | 3682f60927cf5029eb6299b63ef45082d946a70e [diff] [blame] |
pass --json-writer StyledWriter
diff --git a/test/runjsontests.py b/test/runjsontests.py index 7243063..ffe033f 100644 --- a/test/runjsontests.py +++ b/test/runjsontests.py
@@ -72,6 +72,7 @@ is_json_checker_test = (input_path in test_jsonchecker) or expect_failure print('TESTING:', input_path, end=' ') options = is_json_checker_test and '--json-checker' or '' + options += ' --json-writer StyledWriter' cmd = '%s%s %s "%s"' % ( valgrind_path, jsontest_executable_path, options, input_path)