[shark] 05/07: Remove test target override, no longer necessary.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 24 08:59:31 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/master
in repository shark.

commit 92c9f59afaad218f6a9b114ed6fe8bb35f6febf1
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sun Aug 21 14:13:42 2016 +0100

    Remove test target override, no longer necessary.
---
 debian/rules | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/debian/rules b/debian/rules
index 04a8de3..7a805e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,18 +40,6 @@ override_dh_auto_configure-indep:
 		-DBUILD_EXAMPLES=ON \
 		-DOPT_INSTALL_DOCUMENTATION=ON
 
-override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	# Temporary override for buggy HDF5 testcase.
-	# See https://github.com/Shark-ML/Shark/issues/43
-	# Exclude HDF5 testcase from ctest.
-	cd obj-* && \
-	CTEST_OUTPUT_ON_FAILURE=1 \
-	ctest --force-new-ctest-process -E "HDF5"
-	# Run HDF5 test executable manually.
-	cd obj-* && ./bin/Data_HDF5
-endif
-
 override_dh_installdocs-indep:
 	dh_installdocs --indep
 	dh_doxygen --indep \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/shark.git



More information about the debian-science-commits mailing list