source:
mod_gnutls/debian/patches/test-setup.patch
@
2db6923
Last change on this file since 2db6923 was 2db6923, checked in by , 8 years ago | |
---|---|
|
|
File size: 850 bytes |
-
t/Makefile
From: Jurica Stanojkovic <Jurica.Stanojkovic@imgtec.com> Date: Wed, 29 Oct 2014 13:55:56 +0000 Subject: FTBFS on many architectures, test suite errors https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750857 Use ip6-loopback for TEST_IP and increment the timeout values so the tests won't fail on slow build machines. --- t/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/Makefile b/t/Makefile index c7e7e2c..4c39bac 100644
a b 6 6 # simple configuration choices. 7 7 8 8 export TEST_HOST ?= localhost 9 export TEST_IP ?= ::19 export TEST_IP ?= ip6-loopback 10 10 # chosen at random: 11 11 export TEST_PORT ?= 9932 12 12 export MSVA_PORT ?= 9933 13 13 14 export TEST_GAP ?= 1.515 export TEST_QUERY_DELAY ?= 214 export TEST_GAP ?= 4 15 export TEST_QUERY_DELAY ?= 5 16 16 17 17 all: setup.done 18 18 ./runtests
Note: See TracBrowser
for help on using the repository browser.