Skip to content
Snippets Groups Projects
Commit 1c2e04e6 authored by Marco De Donno's avatar Marco De Donno
Browse files

Search and execute all doctester.py files in the /library folder

parent a6e0cad4
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,7 @@ RUN find /library -maxdepth 1 -mindepth 1 > /usr/local/lib/python2.7/dist-packag
RUN chmod +x /library/WSQ/WSQ/NBIS/cwsq && \
chmod +x /library/WSQ/WSQ/NBIS/dwsq
RUN python /library/MDmisc/doctester.py
RUN python /library/NIST/doctester.py
RUN find /library -name 'doctester.py' -exec python {} \;
################################################################################
# Add the web module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment