[openbsc] 01/02: Print test results in case of error

Ruben Undheim rubund-guest at moszumanska.debian.org
Tue May 10 07:15:16 UTC 2016


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

rubund-guest pushed a commit to branch master
in repository openbsc.

commit 7fcf1c9a9ba9439982755b6d85861efd599c0cf8
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sat Mar 19 07:37:12 2016 +0100

    Print test results in case of error
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 7999fd7..768f8f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,3 +26,8 @@ override_dh_clean:
 override_dh_installman:
 	cd debian/man ; CHANGELOG_DATE="$(CHANGELOG_DATE)" ./genmanpages.sh
 	dh_installman
+
+# Print test results in case of a failure
+override_dh_auto_test:
+	dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)
+ 

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



More information about the debian-science-commits mailing list