dovecot-2.2: Makefile: Removed test-http-client from "make check".

dovecot at dovecot.org dovecot at dovecot.org
Tue Jan 8 03:03:36 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/425dc9afd023
changeset: 15583:425dc9afd023
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jan 08 03:03:21 2013 +0200
description:
Makefile: Removed test-http-client from "make check".
Not really a good idea to connect to remote servers (that might fail) during
a normal make check.

diffstat:

 src/lib-http/Makefile.am |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 44b7fe18e5b6 -r 425dc9afd023 src/lib-http/Makefile.am
--- a/src/lib-http/Makefile.am	Mon Jan 07 12:25:01 2013 +0200
+++ b/src/lib-http/Makefile.am	Tue Jan 08 03:03:21 2013 +0200
@@ -37,10 +37,12 @@
 	test-http-url \
 	test-http-header-parser \
 	test-http-transfer \
-	test-http-response-parser \
+	test-http-response-parser
+
+test_nocheck_programs = \
 	test-http-client
 
-noinst_PROGRAMS = $(test_programs)
+noinst_PROGRAMS = $(test_programs) $(test_nocheck_programs)
 
 test_libs = \
 	../lib-test/libtest.la \


More information about the dovecot-cvs mailing list