[fflas-ffpack] 01/01: debian/tests/upstream-tests: Don't redirect stdout to /dev/null; may provide useful information.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Jan 15 00:53:43 UTC 2017


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

dtorrance-guest pushed a commit to branch master
in repository fflas-ffpack.

commit 293d0e2de9211d0e29429f6cc8c3ff99937b0d28
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sat Jan 14 19:51:38 2017 -0500

    debian/tests/upstream-tests: Don't redirect stdout to /dev/null;
    may provide useful information.
---
 debian/changelog            | 1 +
 debian/tests/upstream-tests | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 82bb15b..e65d53f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ fflas-ffpack (2.2.2-5) UNRELEASED; urgency=medium
     - Simplify by using implicit make rules.
     - Add allow-stderr to Restrictions.  The tests output logs to stderr,
       causing false positives.
+    - Don't redirect stdout to /dev/null; may provide useful information.
 
  -- Doug Torrance <dtorrance at piedmont.edu>  Thu, 12 Jan 2017 22:45:33 -0500
 
diff --git a/debian/tests/upstream-tests b/debian/tests/upstream-tests
index c0c2c88..e66a84c 100755
--- a/debian/tests/upstream-tests
+++ b/debian/tests/upstream-tests
@@ -33,7 +33,7 @@ all: $(TESTS)
 	FAIL=0; \
 	for TEST in $(TESTS); \
 	do \
-		./$$TEST > /dev/null ; \
+		./$$TEST; \
 		if [ $$? = 0 ]; \
 		then \
 			echo "PASS: $$TEST"; \

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



More information about the debian-science-commits mailing list