FreeBSD Bugzilla – Attachment 207626 Details for
Bug 240686
security/nss: regressions tests require bash
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Run regression tests with bash
nss.patch (text/plain), 1018 bytes, created by
Christian Weisgerber
on 2019-09-19 14:55:21 UTC
(
hide
)
Description:
Run regression tests with bash
Filename:
MIME Type:
Creator:
Christian Weisgerber
Created:
2019-09-19 14:55:21 UTC
Size:
1018 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 512273) >+++ Makefile (working copy) >@@ -15,6 +15,7 @@ > BUILD_DEPENDS= zip:archivers/zip > LIB_DEPENDS= libnspr4.so:devel/nspr \ > libsqlite3.so:databases/sqlite3 >+TEST_DEPENDS= bash:shells/bash > > WRKSRC_SUBDIR= nss > >@@ -68,7 +69,7 @@ > ${SETENV} PATH="${BINS}/bin:${PATH}" \ > LD_LIBRARY_PATH="${BINS}/lib" \ > ${MAKE_ENV} \ >- ./all.sh >+ ${LOCALBASE}/bin/bash ./all.sh > @if ${GREP} -Fh '>Failed<' \ > ${WRKSRC:H}/tests_results/security/*/results.html; then \ > echo "Some tests have failed. Let ${MAINTAINER} know."; \ >@@ -83,8 +84,6 @@ > @cd ${WRKSRC} && \ > ${FIND} . -name "*.c" -o -name "*.h" | \ > ${XARGS} ${REINPLACE_CMD} -e 's|"nspr.h"|<nspr.h>|' >- ${FIND} ${WRKSRC}/tests -name '*.sh' | ${XARGS} ${GREP} -l -F '/bin/bash' | \ >- ${XARGS} ${REINPLACE_CMD} -e 's|#! */bin/bash|#!${SH}|' > > do-install: > ${MKDIR} ${STAGEDIR}${PREFIX}/include/nss/nss ${STAGEDIR}${PREFIX}/lib/nss
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jbeich
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 240686
: 207626