Mercurial > hg > orthanc-tests
view NewTests/PostgresUpgrades/run-integ-tests-from-docker.sh @ 793:f0cc40ca6fb1 attach-custom-data
new deflated tests
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Mon, 17 Mar 2025 17:02:56 +0100 |
| parents | 5140a8917254 |
| children |
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
