-dead
[oweals/gnunet.git] / src / util / test_common_logging_runtime_loglevels.c
index df152ba6a618d9f456d88d815f33e76f15f04a9a..4c6ae003936f40e8f4de40135b1f2a07e4797b3d 100644 (file)
@@ -317,13 +317,14 @@ runone ()
     break;
   }
 
-  proc = GNUNET_OS_start_process (GNUNET_NO, NULL, pipe_stdout,
+  proc = GNUNET_OS_start_process (GNUNET_NO, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, NULL, pipe_stdout,
 #if MINGW
                                   "test_common_logging_dummy",
 #else
                                   "./test_common_logging_dummy",
 #endif
                                   "test_common_logging_dummy", NULL);
+  GNUNET_assert (NULL != proc);
   putenv ("GNUNET_FORCE_LOG=");
   putenv ("GNUNET_LOG=");