fixup! gtestutils: Define a custom g_print handler for TAP

This commit is contained in:
Marco Trevisan (Treviño) 2023-01-16 19:56:41 +01:00
parent 0f410a6cfe
commit 555b609719

View File

@ -3777,7 +3777,7 @@ wait_for_child (GPid pid,
added_newline = TRUE;
}
g_test_print_handler_full (data.stdout_str->str, TRUE, 1);
g_test_print_handler_full (data.stdout_str->str, TRUE, TRUE, 1);
if (added_newline)
g_string_truncate (data.stdout_str, data.stdout_str->len - 1);