diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-11 18:50:38 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-11 18:50:38 +0530 |
commit | b1e5b80010addcb90ee5cbcae76a4ad7ed723705 (patch) | |
tree | 75a80e5d2d65f53221066e36d2d4526cd28501ad /Dockerfile | |
parent | ac6824a9e7728669a9e4f89cff340e1077fc233a (diff) |
re-enabling tests
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -39,13 +39,13 @@ RUN chmod +x /src/scripts/main.sh RUN python3 -m pip install untangle tabulate # execute tests -#WORKDIR /src/plip/test -#RUN chmod +x run_all_tests.sh -#RUN ./run_all_tests.sh +WORKDIR /src/plip/test +RUN chmod +x run_all_tests.sh +RUN ./run_all_tests.sh # remove test files -#WORKDIR /src -#RUN rm -r /src/plip/test +WORKDIR /src +RUN rm -r /src/plip/test # set entry point to plipcmd.py #ENTRYPOINT ["python3", "/src/plip/plipcmd.py"] |