[caffe] 01/01: tests: fix failure

Zhou Mo cdluminate-guest at moszumanska.debian.org
Fri Dec 9 02:05:58 UTC 2016


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

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

commit 5db4f961380475de577b18df970b927998408e63
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Fri Dec 9 02:05:25 2016 +0000

    tests: fix failure
---
 debian/changelog        | 6 ++++++
 debian/tests/simply.run | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 11b54d0..e03b2ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+caffe (1.0.0~rc3+20161127-g24d2f67-4) UNRELEASED; urgency=medium
+
+  * Avoid autopkgtest failure by fixing stderr redirection.
+
+ -- Zhou Mo <cdluminate at gmail.com>  Fri, 09 Dec 2016 01:59:24 +0000
+
 caffe (1.0.0~rc3+20161127-g24d2f67-3) unstable; urgency=medium
 
   * Refresh symbols control file from buildd's log.
diff --git a/debian/tests/simply.run b/debian/tests/simply.run
index be92ce8..f20ae04 100755
--- a/debian/tests/simply.run
+++ b/debian/tests/simply.run
@@ -2,6 +2,6 @@
 set -e
 
 # simply run caffe to see if it explodes.
-caffe -logtostderr false
+caffe 2>&1
 
 exit 0

-- 
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