aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-07-03 21:51:57 +0530
committerGitHub <noreply@github.com>2020-07-03 21:51:57 +0530
commit407c22cc6db152249cda15aae4a9a224840a3dde (patch)
tree55fc28899d0a811a95bde868f89a5e81dc56e881 /Dockerfile
parent1125a7bcaafc8c0e9dbec59dad6acf70af56856e (diff)
enabling tests again
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 345dbd9..ed19148 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,9 +27,9 @@ RUN chmod +x plip/plipcmd.py
ENV PYTHONPATH $PYTHONPATH:/src
# 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
#WORKDIR /
# scripts
@@ -41,4 +41,4 @@ RUN python3 -m pip install untangle tabulate
# set entry point to plipcmd.py
#ENTRYPOINT ["python3", "/src/plip/plipcmd.py"]
-ENTRYPOINT [ "/src/scripts/main.sh" ] \ No newline at end of file
+ENTRYPOINT [ "/src/scripts/main.sh" ]