Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2013 14:50:05 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1279 - trunk/security/nss
Message-ID:  <201307111450.r6BEo56w065713@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Jul 11 14:50:05 2013
New Revision: 1279

Log:
- chase test test path after 3.15 update
- drop filename printing when listing failed tests

Modified:
   trunk/security/nss/Makefile

Modified: trunk/security/nss/Makefile
==============================================================================
--- trunk/security/nss/Makefile	Wed Jul 10 12:19:22 2013	(r1278)
+++ trunk/security/nss/Makefile	Thu Jul 11 14:50:05 2013	(r1279)
@@ -61,8 +61,8 @@
 		    LD_LIBRARY_PATH="${BINS}/lib" \
 		    ${MAKE_ENV}	\
 			./all.sh
-	@if ${GREP} -F '>Failed<'	\
-	    ${WRKSRC:H:H}/tests_results/security/*/results.html; then	\
+	@if ${GREP} -Fh '>Failed<'	\
+	    ${WRKSRC:H}/tests_results/security/*/results.html; then	\
 		echo "Some tests have failed. Let ${MAINTAINER} know.";	\
 		exit 1;	\
 	else	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307111450.r6BEo56w065713>