summaryrefslogtreecommitdiff
path: root/test/Dockerfile_bionic
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2020-05-05 13:34:16 -0700
committerAdam Hupp <adam@hupp.org>2020-05-05 13:43:31 -0700
commitcd8fb9d25246d8bf90290356186056c631834b7a (patch)
treee6535061eb43ebf4ae42e4020ca9a32ac8d11ee3 /test/Dockerfile_bionic
parent8ed5dc4759e7e7eb879494f246d3c5eec7580376 (diff)
downloadpython-magic-cd8fb9d25246d8bf90290356186056c631834b7a.tar.gz
Improve test coverage
Make sure we fail early if any versions fail, and move to a python test runner since I can never remember how to use bash.
Diffstat (limited to 'test/Dockerfile_bionic')
-rwxr-xr-xtest/Dockerfile_bionic2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Dockerfile_bionic b/test/Dockerfile_bionic
index c180ea9..e335b8e 100755
--- a/test/Dockerfile_bionic
+++ b/test/Dockerfile_bionic
@@ -5,4 +5,4 @@ RUN apt-get -y install python3
RUN apt-get -y install locales
RUN locale-gen en_US.UTF-8
COPY . /python-magic
-CMD cd /python-magic/test && ./run.sh
+CMD cd /python-magic/test && python3 ./run.py