[caffe-contrib] 09/14: rules: add the missing pytest

Zhou Mo cdluminate-guest at moszumanska.debian.org
Mon Jan 23 00:54:47 UTC 2017


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

cdluminate-guest pushed a commit to branch master
in repository caffe-contrib.

commit b4d3d96a5aa9ff950cbbc4b988e9c95b1d3c8d18
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Sun Jan 22 02:25:07 2017 +0000

    rules: add the missing pytest
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9554bfc..9d74eca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ caffe-contrib (1.0.0~rc4-1) UNRELEASED; urgency=medium
   * Rules: now CAFFE_SOVER is `1.0.0-rc4`.
   * Get rid of symbols control file to avoid endless FTBFS bugs caused
     by symbol changes.
+  * Don't miss the pytest target on the dh_auto_test phase.
 
  -- Zhou Mo <cdluminate at gmail.com>  Sun, 22 Jan 2017 01:53:16 +0000
 
diff --git a/debian/rules b/debian/rules
index 6cd9cd1..bbede0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,7 +80,7 @@ override_dh_auto_test:
 	# the i386/amd64 build machine may have no CUDA-capable
 	# video card. Hence heading with a dash.
 	-dh_auto_test --builddirectory=$(BUILDDIR) \
-		-- runtest LD_LIBRARY_PATH=$(BUILDDIR)/lib/ 
+		-- runtest pytest LD_LIBRARY_PATH=$(BUILDDIR)/lib/ 
 
 override_dh_python3:
 	dh_python3 --requires=python/requirements.txt

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



More information about the debian-science-commits mailing list