[glib: 6/7] gtestutils: fix typo in message when stdout is wrong



commit 2d24ea9447b5e426a1f9e67cfbac94528c5514fa
Author: Vasily Galkin <galkin-vv ya ru>
Date:   Tue Jan 29 23:09:21 2019 +0300

    gtestutils: fix typo in message when stdout is wrong
    
    "stderr was" -> "stdout was"

 glib/gtestutils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib/gtestutils.c b/glib/gtestutils.c
index c9bc3dd49..f5b75662c 100644
--- a/glib/gtestutils.c
+++ b/glib/gtestutils.c
@@ -3630,7 +3630,7 @@ g_test_trap_assertions (const char     *domain,
 
       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);
       g_assertion_message (domain, file, line, func, msg);
       g_free (msg);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]