[caffe] 01/01: rules: don't forget the pytest test suite

Zhou Mo cdluminate-guest at moszumanska.debian.org
Sat Jan 21 06:50:59 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.

commit dcfdf5ccb77b14f35d2363c2dce7924b209fffe0
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Sat Jan 21 06:49:33 2017 +0000

    rules: don't forget the pytest test suite
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7cd6504..1c6e330 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ caffe (1.0.0~rc4-1) UNRELEASED; urgency=medium
   * Rules: CAFFE_SOVER is `1.0.0-rc4` now.
   * Get rid of symbols control files to avoid endless FTBFS bugs caused
     by symbols change of C++ shared library.
+  * Add the missing pytest target in override_dh_auto_test-arch.
 
  -- Zhou Mo <cdluminate at gmail.com>  Sat, 21 Jan 2017 02:20:23 +0000
 
diff --git a/debian/rules b/debian/rules
index 7376025..c6c6fd8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,7 +90,7 @@ override_dh_auto_build-arch:
 # for those test ELFs linked with libcaffe.so.X
 override_dh_auto_test-arch:
 	dh_auto_test --builddirectory=$(BUILDDIR) \
-		-- runtest LD_LIBRARY_PATH=$(BUILDDIR)/lib/ 
+		-- runtest pytest LD_LIBRARY_PATH=$(BUILDDIR)/lib/ 
 override_dh_auto_test-indep:
 
 override_dh_python3:

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



More information about the debian-science-commits mailing list