mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-19 06:11:47 -04:00
testlibrary: Let the test web server's stderr go to the test's stderr
Signed-off-by: Simon McVittie <smcv@collabora.com> Closes: #1760 Approved by: alexlarsson
This commit is contained in:
committed by
Atomic Bot
parent
16f9b7322a
commit
2471f0552c
@@ -889,7 +889,7 @@ run_test_subprocess (char **argv,
|
||||
g_test_message ("Spawning %s", argv_str);
|
||||
|
||||
if (flags & RUN_TEST_SUBPROCESS_NO_CAPTURE)
|
||||
g_spawn_sync (NULL, argv, NULL, G_SPAWN_SEARCH_PATH | G_SPAWN_STDOUT_TO_DEV_NULL | G_SPAWN_STDERR_TO_DEV_NULL, NULL, NULL, NULL, NULL, &status, &error);
|
||||
g_spawn_sync (NULL, argv, NULL, G_SPAWN_SEARCH_PATH | G_SPAWN_STDOUT_TO_DEV_NULL, NULL, NULL, NULL, NULL, &status, &error);
|
||||
else
|
||||
g_spawn_sync (NULL, argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, &output, &errors, &status, &error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user