mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-22 18:22:11 +01:00
fixup! gtestutils: Define a custom g_print handler for TAP
This commit is contained in:
parent
0f410a6cfe
commit
555b609719
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user