Skip to content

Commit 0bacdd9

Browse files
committed
Add trailing newline to skipped test output
1 parent 41b1c1b commit 0bacdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libmongoc/tests/json-test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1856,7 +1856,7 @@ run_json_general_test (const json_test_config_t *config)
18561856

18571857
if (should_skip) {
18581858
fprintf (stderr,
1859-
" - %s SKIPPED, due to reason: %s",
1859+
" - %s SKIPPED, due to reason: %s\n",
18601860
description,
18611861
iter->reason);
18621862
continue;

0 commit comments

Comments
 (0)