[giac] 01/01: More simple way of showing test failures

Ximin Luo infinity0 at debian.org
Tue Jun 27 13:36:52 UTC 2017


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

infinity0 pushed a commit to branch master
in repository giac.

commit 13c605728bf953161e9d9f14e7b4c713f4aac06a
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue Jun 27 15:31:04 2017 +0200

    More simple way of showing test failures
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0f1f814..df3d173 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ override_dh_auto_build-arch:
 	dh_auto_build -a -D doc -- info
 
 override_dh_auto_test-arch:
-	if dh_auto_test -a -D check; then :; else cat check/test-suite.log; false; fi
+	dh_auto_test -a -D check -- VERBOSE=1
 
 override_dh_auto_test-indep:
 	true

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



More information about the debian-science-commits mailing list