From b9d567a22a853cbc1d62837e7b2b39c3260dca4e Mon Sep 17 00:00:00 2001 From: Damien Date: Mon, 22 Oct 2018 23:20:59 +0200 Subject: [PATCH] Reverts commit 0c0780273c3551ad55abb5e7cf9851317ab7b37c. Tarball from distribution don't have Makefile. --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 4fdaa5311bc9..d7b5fcc41ca7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -17,10 +17,10 @@ build() { } check() { - cd "${srcdir}/${pkgname}-${pkgver}" # Tests depend of Mercurial sources if [[ -n "$HGSRC" ]]; then - make tests HGROOT="${HGSRC}" PYTHON=python2 + cd "${srcdir}/${pkgname}-${pkgver}/tests" + python2 "${HGSRC}/tests/run-tests.py" fi }