Mercurial > hg > orthanc-tests
view NewTests/PostgresUpgrades/run-integ-tests-from-docker.sh @ 787:d753dc94de2c
support of 1.2.840.10008.1.2.1.99 in now enabled in the mainline
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Mon, 24 Feb 2025 08:03:48 +0100 |
| parents | de1ee0264916 |
| children | 5140a8917254 |
line wrap: on
line source
#!/bin/bash set -ex /scripts/wait-for-it.sh orthanc-pg-15-previous-revision-for-integ-tests:8042 -t 60 # python /tests/orthanc-tests/Tests/Run.py --server=orthanc-pg-15-previous-revision-for-integ-tests --force --docker -- -v Orthanc.test_lua_deadlock python /tests/orthanc-tests/Tests/Run.py --server=orthanc-pg-15-previous-revision-for-integ-tests --force --docker -- -v
