Mercurial > hg > orthanc-tests
annotate NewTests/PostgresUpgrades/run-integ-tests-from-docker.sh @ 700:8561d9c88d1a
fix
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 26 Sep 2024 12:27:52 +0200 |
parents | f3475c3e42e5 |
children | e3d41c4168c3 |
rev | line source |
---|---|
599 | 1 #!/bin/bash |
2 | |
3 set -ex | |
4 | |
5 /scripts/wait-for-it.sh orthanc-pg-15-61-for-integ-tests:8042 -t 60 | |
6 # python /tests/orthanc-tests/Tests/Run.py --server=orthanc-pg-15-61-for-integ-tests --force --docker -- -v Orthanc.test_lua_deadlock | |
7 python /tests/orthanc-tests/Tests/Run.py --server=orthanc-pg-15-61-for-integ-tests --force --docker -- -v |