diff options
| author | Adam Hupp <adam@hupp.org> | 2020-05-05 13:34:16 -0700 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2020-05-05 13:43:31 -0700 |
| commit | cd8fb9d25246d8bf90290356186056c631834b7a (patch) | |
| tree | e6535061eb43ebf4ae42e4020ca9a32ac8d11ee3 /test/Dockerfile_bionic | |
| parent | 8ed5dc4759e7e7eb879494f246d3c5eec7580376 (diff) | |
| download | python-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-x | test/Dockerfile_bionic | 2 |
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 |
