diff contrib/packaging/build-linux-wheels.sh @ 38011:6f5b4ceea95b

packaging: move linux-wheel-centos5-blacklist to contrib/packaging/ Differential Revision: https://phab.mercurial-scm.org/D3549
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 12 May 2018 10:50:30 -0700
parents 142998a45056
children
line wrap: on
line diff
--- a/contrib/packaging/build-linux-wheels.sh	Sat May 12 10:47:44 2018 -0700
+++ b/contrib/packaging/build-linux-wheels.sh	Sat May 12 10:50:30 2018 -0700
@@ -30,5 +30,5 @@
     # Install mercurial wheel as root
     "${PYBIN}/pip" install mercurial --no-index -f /src/wheelhouse
     # But run tests as hgbuilder user (non-root)
-    su hgbuilder -c "\"${PYBIN}/python\" /io/tests/run-tests.py --with-hg=\"${PYBIN}/hg\" --blacklist=/io/contrib/linux-wheel-centos5-blacklist"
+    su hgbuilder -c "\"${PYBIN}/python\" /io/tests/run-tests.py --with-hg=\"${PYBIN}/hg\" --blacklist=/io/contrib/packaging/linux-wheel-centos5-blacklist"
 done