test_manylinux_utils_docker.sh 342 Bytes
Newer Older
1
2
3
4
5
# Tests for manylinux utils that must run inside docker

source manylinux_utils.sh
source tests/utils.sh

mattip's avatar
mattip committed
6
7
8
9
10
11
if [[ $MB_ML_VER != "_2_24" ]]; then
    suppress yum_install rsync && suppress yum erase -y rsync \
        || ingest "yum_install valid"
    suppress bash -c '! yum_install nonexistent' || ingest "yum_install nonexistent"
    barf
fi