Gentoo Archives: gentoo-commits

From: "Jesus Rivero (neurogeek)" <neurogeek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/hiredis/files: hiredis-0.11.0-disable-network-tests.patch
Date: Fri, 01 Feb 2013 00:06:53
Message-Id: 20130201000650.1D54020081@flycatcher.gentoo.org
1 neurogeek 13/02/01 00:06:50
2
3 Added: hiredis-0.11.0-disable-network-tests.patch
4 Log:
5 Initial commit.
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/hiredis/files/hiredis-0.11.0-disable-network-tests.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hiredis/files/hiredis-0.11.0-disable-network-tests.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hiredis/files/hiredis-0.11.0-disable-network-tests.patch?rev=1.1&content-type=text/plain
14
15 Index: hiredis-0.11.0-disable-network-tests.patch
16 ===================================================================
17 diff -uNr hiredis-0.11.0.orig/test.c hiredis-0.11.0/test.c
18 --- hiredis-0.11.0.orig/test.c 2013-01-14 10:16:25.000000000 -0500
19 +++ hiredis-0.11.0/test.c 2013-01-14 10:18:05.000000000 -0500
20 @@ -634,6 +634,7 @@
21 test_reply_reader();
22 test_blocking_connection_errors();
23
24 +/*
25 printf("\nTesting against TCP connection (%s:%d):\n", cfg.tcp.host, cfg.tcp.port);
26 cfg.type = CONN_TCP;
27 test_blocking_connection(cfg);
28 @@ -645,6 +646,7 @@
29 test_blocking_connection(cfg);
30 test_blocking_io_errors(cfg);
31 if (throughput) test_throughput(cfg);
32 +*/
33
34 if (fails) {
35 printf("*** %d TESTS FAILED ***\n", fails);