mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 20:35:49 +01:00
gtestutils: fix typo in message when stdout is wrong
"stderr was" -> "stdout was"
This commit is contained in:
parent
b245344cec
commit
2d24ea9447
@ -3630,7 +3630,7 @@ g_test_trap_assertions (const char *domain,
|
|||||||
|
|
||||||
logged_child_output = logged_child_output || log_child_output (process_id);
|
logged_child_output = logged_child_output || log_child_output (process_id);
|
||||||
|
|
||||||
msg = g_strdup_printf ("stdout of child process (%s) %s: %s\nstderr was:\n%s",
|
msg = g_strdup_printf ("stdout of child process (%s) %s: %s\nstdout was:\n%s",
|
||||||
process_id, match_error, stdout_pattern, test_trap_last_stdout);
|
process_id, match_error, stdout_pattern, test_trap_last_stdout);
|
||||||
g_assertion_message (domain, file, line, func, msg);
|
g_assertion_message (domain, file, line, func, msg);
|
||||||
g_free (msg);
|
g_free (msg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user