[spymemcached] 05/05: Use -Dtest.type=ci
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Sun Aug 20 20:54:06 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 68b00051ec7f0beb0983e80837c88a8630f7ceb6
Author: Christopher Hoskin <mans0954 at debian.org>
Date: Sun Aug 20 21:53:31 2017 +0100
Use -Dtest.type=ci
---
debian/changelog | 1 +
debian/maven.properties | 3 ++-
debian/rules | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4e3c240..b6d854b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,5 +5,6 @@ spymemcached (2.12.1-1) UNRELEASED; urgency=medium
* Add build dependencies to debian/control
* Use my Debian e-mail address in control, changelog and copyright
* Bump Standards-Version from 3.9.8 to 4.0.0 (no change required)
+ * Use -Dtest.type=ci
-- Christopher Hoskin <mans0954 at debian.org> Sun, 20 Aug 2017 21:29:08 +0100
diff --git a/debian/maven.properties b/debian/maven.properties
index 6e7f093..9b4aa30 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -1,6 +1,7 @@
# Include here properties to pass to Maven during the build.
# For example:
# maven.test.skip=true
-test=\!AsciiClientTest,\!AsciiIPV6ClientTest,\!BinaryClientTest,\!BinaryIPV6ClientTest,\!WokenUpOnIdleTest,\!QueueOverflowTest
+test=\!AsciiClientTest,\!AsciiIPV6ClientTest,\!BinaryClientTest,\!BinaryIPV6ClientTest,\!WokenUpOnIdleTest
+#,\!QueueOverflowTest
project.build.sourceEncoding=UTF-8
project.reporting.outputEncoding=UTF-8
diff --git a/debian/rules b/debian/rules
index b515e0f..176bdab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ 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);\
- dh_auto_test -- -Dserver.port_number=$(PORT) test
+ 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