pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-mercurial
Module Name: pkgsrc
Committed By: joerg
Date: Fri Dec 8 21:24:27 UTC 2017
Modified Files:
pkgsrc/devel/py-mercurial: Makefile
Log Message:
py-mercurial: Run tests in parallel when MAKE_JOBS is set.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-mercurial/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-mercurial/Makefile
diff -u pkgsrc/devel/py-mercurial/Makefile:1.18 pkgsrc/devel/py-mercurial/Makefile:1.19
--- pkgsrc/devel/py-mercurial/Makefile:1.18 Tue Nov 7 15:33:24 2017
+++ pkgsrc/devel/py-mercurial/Makefile Fri Dec 8 21:24:26 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/11/07 15:33:24 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2017/12/08 21:24:26 joerg Exp $
DISTNAME= mercurial-${VERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -29,7 +29,7 @@ INSTALLATION_DIRS+= share/doc/mercurial
# test-run-tests.t:
# https://bz.mercurial-scm.org/show_bug.cgi?id=5735
do-test:
- cd ${WRKSRC} && make tests PYTHON=${PYTHONBIN}
+ cd ${WRKSRC} && make tests PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q}
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
Home |
Main Index |
Thread Index |
Old Index