Mercurial > hg > orthanc-tests
comparison Tests/Run.py @ 306:da2be3ff2db5 c-get
fix getscu binaries
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 20 May 2020 08:41:21 +0200 |
parents | 192665e6113f |
children | bf8369ea3ff1 |
comparison
equal
deleted
inserted
replaced
296:b55b959647ed | 306:da2be3ff2db5 |
---|---|
151 time.sleep(0.1) | 151 time.sleep(0.1) |
152 | 152 |
153 | 153 |
154 try: | 154 try: |
155 print('\nStarting the tests...') | 155 print('\nStarting the tests...') |
156 SetOrthancParameters(LOCAL, REMOTE) | 156 SetOrthancParameters(LOCAL, REMOTE, args.docker) |
157 | 157 |
158 unittest.main(argv = [ sys.argv[0] ] + args.options) | 158 unittest.main(argv = [ sys.argv[0] ] + args.options) |
159 | 159 |
160 | 160 |
161 finally: | 161 finally: |