[libosmo-sccp] 01/02: Print test results in case of failure
Ruben Undheim
rubund-guest at moszumanska.debian.org
Thu Feb 11 21:03:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository libosmo-sccp.
commit 7f916ba20f8bcb1c068073145082212b0cd0a01c
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Thu Feb 11 21:11:38 2016 +0100
Print test results in case of failure
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 6d7b6d4..60441b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,3 +18,6 @@ override_dh_clean:
dh_clean
rm -f .version tests/package.m4 tests/testsuite
+# 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/libosmo-sccp.git
More information about the debian-science-commits
mailing list