From: Christian Grothoff Date: Wed, 6 Jun 2012 12:10:56 +0000 (+0000) Subject: fix arm termination on W32 by enabling signalling pipe to be used X-Git-Tag: initial-import-from-subversion-38251~13244 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0c0e1876f6fbd88b15ab5bad49ab6ce22706d03c;p=oweals%2Fgnunet.git fix arm termination on W32 by enabling signalling pipe to be used --- diff --git a/src/testing/testing_new.c b/src/testing/testing_new.c index da1d76363..c4da3a973 100644 --- a/src/testing/testing_new.c +++ b/src/testing/testing_new.c @@ -789,7 +789,7 @@ GNUNET_TESTING_peer_start (struct GNUNET_TESTING_Peer *peer) return GNUNET_SYSERR; } GNUNET_assert (NULL != peer->cfgfile); - peer->main_process = GNUNET_OS_start_process (GNUNET_NO, NULL, NULL, + peer->main_process = GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, peer->main_binary, peer->main_binary, "-c",