[spymemcached] 01/01: Set IPv6 port for tests

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Thu Dec 21 22:26:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository spymemcached.

commit 3cc2198d7b5289352a6ce4b30a1bc5eb57116ee6
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Thu Dec 21 22:26:43 2017 +0000

    Set IPv6 port for tests
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 757322c..49035ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,5 +10,6 @@ spymemcached (2.12.3-1) UNRELEASED; urgency=medium
   * New upstream release (2.12.3)
   * Remove trailing whitespace from debian/changelog and debian/control
   * Bump Standards-Version from 4.0.0 to 4.1.1 (no change required)
+  * Set IPv6 port for tests
 
  -- Christopher Hoskin <mans0954 at debian.org>  Sun, 05 Nov 2017 22:56:37 +0000
diff --git a/debian/rules b/debian/rules
index 176bdab..c52f3a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	mkdir -p $(BUILDHOME)
 	memcached -u $(WHOAMI) -p $(PORT) -P $(PIDFILE) -d
-	export SPY_MC_TEST_SERVER=localhost:$(PORT) SPYMC_TEST_SERVER_V4=localhost:$(PORT);\
+	export SPY_MC_TEST_SERVER=localhost:$(PORT) SPYMC_TEST_SERVER_V4=localhost:$(PORT) SPYMC_TEST_SERVER_v6=::1:$(PORT);\
 	dh_auto_test -- -Dserver.port_number=$(PORT) -Dtest.type=ci test
 	[ ! -s $(PIDFILE) ] || /bin/kill `cat $(PIDFILE)`
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/spymemcached.git



More information about the pkg-java-commits mailing list