From cd8fb9d25246d8bf90290356186056c631834b7a Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Tue, 5 May 2020 13:34:16 -0700 Subject: 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. --- test/Dockerfile_bionic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Dockerfile_bionic') 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 -- cgit v1.2.1