[pocl] 02/05: report the summary of testsuite failures

Andreas Beckmann anbe at moszumanska.debian.org
Mon Apr 25 15:54:28 UTC 2016


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

anbe pushed a commit to branch master
in repository pocl.

commit 923826aa67f3267ec36b229d330a6be234d89959
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Apr 25 15:09:52 2016 +0200

    report the summary of testsuite failures
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index e29f180..c68278e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -88,6 +88,7 @@ override_dh_makeshlibs:
 	if test -f debian/stamp-failed-testsuite ; then \
 		echo "***** The testsuite has failed! *****" ; \
 		grep '^ .*FAILED' < tests/testsuite.log ; \
+		sed -r '/Summary of the failures/,/Skipped tests/{/Skipped tests/d;p};d' tests/testsuite.log ; \
 		exit 1 ; \
 	fi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/pocl.git



More information about the Pkg-opencl-commits mailing list