Mercurial > hg > orthanc-tests
view Start.sh @ 401:90a088ff2187
Added tag Orthanc-1.9.3 for changeset f454fe86061b
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 07 May 2021 12:10:35 +0200 |
parents | da2be3ff2db5 |
children | ad98466353c6 |
line wrap: on
line source
#!/bin/bash # Without Docker: # python ./Tests/Run.py --force set -ex if [ ! -f "./getscu-3.6.5" ]; then # This binary was generated by running Linux Standard Base on # "Resources/DcmtkTools" in the Orthanc source distribution, # as DCMTK 3.6.0 does not contain "getscu" wget http://orthanc.osimis.io/ThirdPartyDownloads/linux-standard-base/getscu-3.6.5 chmod +x ./getscu-3.6.5 fi sudo docker run --rm -t -i -p 5000:5000 -p 5001:5001 \ -v `pwd`:/tmp/tests:ro \ -v `pwd`/getscu-3.6.5:/usr/bin/getscu:ro \ --entrypoint python jodogne/orthanc-tests \ /tmp/tests/Tests/Run.py --docker $*