contrib/packaging/build-linux-wheels.sh
changeset 38011 6f5b4ceea95b
parent 38010 142998a45056
equal deleted inserted replaced
38010:142998a45056 38011:6f5b4ceea95b
    28 
    28 
    29 for PYBIN in $PYTHON_TARGETS; do
    29 for PYBIN in $PYTHON_TARGETS; do
    30     # Install mercurial wheel as root
    30     # Install mercurial wheel as root
    31     "${PYBIN}/pip" install mercurial --no-index -f /src/wheelhouse
    31     "${PYBIN}/pip" install mercurial --no-index -f /src/wheelhouse
    32     # But run tests as hgbuilder user (non-root)
    32     # But run tests as hgbuilder user (non-root)
    33     su hgbuilder -c "\"${PYBIN}/python\" /io/tests/run-tests.py --with-hg=\"${PYBIN}/hg\" --blacklist=/io/contrib/linux-wheel-centos5-blacklist"
    33     su hgbuilder -c "\"${PYBIN}/python\" /io/tests/run-tests.py --with-hg=\"${PYBIN}/hg\" --blacklist=/io/contrib/packaging/linux-wheel-centos5-blacklist"
    34 done
    34 done