diff options
| author | Gabriel F. T. Gomes <gabriel@inconstante.net.br> | 2020-01-24 19:24:09 -0300 |
|---|---|---|
| committer | Gabriel F. T. Gomes <gabriel@inconstante.net.br> | 2020-01-24 19:24:09 -0300 |
| commit | 019f3cc463db63abc6460f97deb488deec43840b (patch) | |
| tree | 08cd5387d6c8af6f688d6468c7e2ae9f25c449be /test/docker/docker-script.sh | |
| parent | 5732da2af736c40cf693354485446ab4867ecb4d (diff) | |
| download | bash-completion-019f3cc463db63abc6460f97deb488deec43840b.tar.gz | |
New upstream version 2.10upstream/2.10
Diffstat (limited to 'test/docker/docker-script.sh')
| -rwxr-xr-x | test/docker/docker-script.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/docker/docker-script.sh b/test/docker/docker-script.sh index ec310b35..681f2429 100755 --- a/test/docker/docker-script.sh +++ b/test/docker/docker-script.sh @@ -20,15 +20,6 @@ if [ "$BSD" ]; then export PATH fi -case $DIST in - centos6|ubuntu14) - : ${PYTEST:=/root/.local/bin/pytest} - ;; - *) - : ${PYTEST:=pytest-3} - ;; -esac - export bashcomp_bash=bash env @@ -37,6 +28,5 @@ autoreconf -i make -j xvfb-run make distcheck \ - PYTEST=$PYTEST \ PYTESTFLAGS="--numprocesses=auto --dist=loadfile" \ RUNTESTFLAGS="--all --verbose" |
