- Commit
- 62ad44e358f117464b8730cb4347ab6a59bb4312
- Parent
- 5c3ef83c785793c13614f7aec4c376937885a180
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
entity_tests.py - omit noisy success output.
My personal build of CMark ✏️
entity_tests.py - omit noisy success output.
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | test/entity_tests.py | 2 | 1 | 1 |
diff --git a/test/entity_tests.py b/test/entity_tests.py @@ -54,7 +54,7 @@ for entity, utf8 in entities: print(entity, '[ERRORED (return code {})]'.format(rc)) print(err) elif check in actual: - print(entity, '[PASSED]') + # print(entity, '[PASSED]') # omit noisy success output passed += 1 else: print(entity, '[FAILED]')