Mercurial > hg > orthanc-tests
changeset 439:2ca9e31d582f
numpy and getscu are now included in jodogne/orthanc-tests Docker image
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 26 Nov 2021 18:46:13 +0100 |
parents | 307485794974 |
children | 3a5222eb4c93 |
files | Start.sh Tests/Tests.py |
diffstat | 2 files changed, 2 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/Start.sh Thu Nov 25 18:59:40 2021 +0100 +++ b/Start.sh Fri Nov 26 18:46:13 2021 +0100 @@ -16,16 +16,7 @@ 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 $*