gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. 3c


From: gitolite
Subject: [GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. 3ccd1b4586df4fce288b1f3472d5d5d5ed601186
Date: Fri, 4 Nov 2016 21:58:10 +0100 (CET)

The branch, master has been updated
       via  3ccd1b4586df4fce288b1f3472d5d5d5ed601186 (commit)
      from  94ff0707749af6998a051e10e86239d4f8506769 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3ccd1b4586df4fce288b1f3472d5d5d5ed601186
Author: Christian Grothoff <address@hidden>
Date:   Fri Nov 4 21:58:09 2016 +0100

    return skipped if wget was not found

-----------------------------------------------------------------------

Summary of changes:
 src/testcurl/test_quiesce_stream.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testcurl/test_quiesce_stream.c 
b/src/testcurl/test_quiesce_stream.c
index 478b110..924afb4 100644
--- a/src/testcurl/test_quiesce_stream.c
+++ b/src/testcurl/test_quiesce_stream.c
@@ -186,7 +186,7 @@ main()
   if (0 != system ("wget --server-response -q -O - 127.0.0.1:8000"))
     {
       MHD_stop_daemon (daemon);
-      return EXIT_SUCCESS;
+      return 77; /* skipped */
     }
   // wait for a request
   while (0 == request_counter)


hooks/post-receive
-- 
GNU libmicrohttpd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]