pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/rebar3 rebar3: Fix tests.
details: https://anonhg.NetBSD.org/pkgsrc/rev/31243b752564
branches: trunk
changeset: 380949:31243b752564
user: nikita <nikita%pkgsrc.org@localhost>
date: Mon Jun 20 07:40:39 2022 +0000
description:
rebar3: Fix tests.
diffstat:
devel/rebar3/Makefile | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diffs (32 lines):
diff -r 08c03d94179e -r 31243b752564 devel/rebar3/Makefile
--- a/devel/rebar3/Makefile Mon Jun 20 02:30:42 2022 +0000
+++ b/devel/rebar3/Makefile Mon Jun 20 07:40:39 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/06/19 21:37:15 nikita Exp $
+# $NetBSD: Makefile,v 1.9 2022/06/20 07:40:39 nikita Exp $
DISTNAME= rebar3-3.19.0
CATEGORIES= devel
@@ -25,7 +25,6 @@
REBAR_DEPS+= meck-0.8.13
MAKE_ENV+= HOME=${WRKDIR}
-MAKE_ENV+= REBAR_OFFLINE=1
#MAKE_ENV+= REBAR_NO_VERIFY_REPO_ORIGIN=1
DISTFILES= ${DEFAULT_DISTFILES}
@@ -70,12 +69,10 @@
${INSTALL_DATA} ${WRKSRC}/rebar.config.sample \
${DESTDIR}${PREFIX}/share/examples/rebar3
-# Failed 159 tests. Skipped 1 (1, 0) tests. Passed 454 tests.
-# Reported upstream: https://github.com/erlang/rebar3/issues/2721
do-test:
cd ${WRKSRC} && \
- ${SETENV} REBAR_OFFLINE=1 DEBUG=1 ./rebar3 escriptize && \
- ${SETENV} REBAR_OFFLINE=1 DEBUG=1 ./rebar3 ct
+ ${SETENV} ./rebar3 escriptize && \
+ ${SETENV} ./rebar3 ct
.include "../../lang/erlang/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index