[SVN-Commit] r1279 - trunk/security/nss

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Thu Jul 11 14:50:19 UTC 2013


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	\


More information about the freebsd-gecko mailing list