[libdap] 10/12: Run test suite, but ignore test failures this build
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Oct 25 12:32:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository libdap.
commit 8f25ea78e0be189ab689e75142d22da5ad26ef87
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Tue Oct 3 11:59:30 2017 +0100
Run test suite, but ignore test failures this build
---
debian/changelog | 1 +
debian/rules | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fc900f3..b6cff16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libdap (3.19.1-1) UNRELEASED; urgency=medium
libdapserver: 7.6.6 -> 7.6.7
* Standards-Version: 4.1.1
* Drop dependencies on autotools; automatic in debhelper 10
+ * Run test suite, but ignore test failures this build
-- Alastair McKinstry <mckinstry at debian.org> Tue, 03 Oct 2017 09:31:43 +0100
diff --git a/debian/rules b/debian/rules
index 73760c1..760dc04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ CXXFLAGS:= $(shell dpkg-buildflags --get CXXFLAGS) -std=c++14
export CXXFLAGS
# Disable tests for the moment; some input files missing
-export DO_TEST=false
+export DO_TEST=true
# Always do verbose.
export DH_VERBOSE=1
@@ -28,7 +28,7 @@ override_dh_auto_configure:
dh_auto_configure -- --with-gnu-ld --enable-runtime-endian-check=yes
override_dh_auto_test:
- $(DO_TEST) && dh_auto_test || echo "Tests disabled for the moment; need data files"
+ $(DO_TEST) && dh_auto_test || echo "Ignoring test failures"
override_dh_auto_build:
dh_auto_build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libdap.git
More information about the debian-science-commits
mailing list