[libsoup/wip/ci-test: 249/249] WIP: Debug messages
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/ci-test: 249/249] WIP: Debug messages
- Date: Thu, 20 May 2021 16:12:49 +0000 (UTC)
commit 02ff5548f345ba88460b1472ab9443f1e307b727
Author: Patrick Griffis <pgriffis igalia com>
Date: Thu May 20 11:10:44 2021 -0500
WIP: Debug messages
tests/test-utils.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/tests/test-utils.c b/tests/test-utils.c
index 00533b87..249dc97b 100644
--- a/tests/test-utils.c
+++ b/tests/test-utils.c
@@ -282,6 +282,7 @@ quart_init (void)
// Read stdout until the server says it is running
while (TRUE) {
char *line = g_data_input_stream_read_line_utf8 (in_stream, NULL, NULL, &error);
+ g_message ("%s", line);
if (error) {
g_test_message ("Failed to start quart server: %s", error->message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]