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    \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to