diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-11 16:26:50 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-11 16:26:50 +0530 |
commit | 4cf8fbf5e12249b95524187df8cac1d098c684a1 (patch) | |
tree | fb3ddc2e6a50460cf341ab25db5c257bf457e294 /Dockerfile | |
parent | ed41a8b04793c7cda7b5cabe1c20c6e11a85f12c (diff) |
checking what is going wrong
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ RUN chmod +x /src/scripts/main.sh RUN python3 -m pip install untangle tabulate # execute tests +RUN ls /src +RUN ls /src/plip WORKDIR /src/plip/test RUN chmod +x run_all_tests.sh RUN ./run_all_tests.sh |