Mercurial > hg > orthanc-tests
changeset 201:c92e7191c912
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 08 Jan 2019 16:30:32 +0100 |
parents | f42c10dab862 |
children | f26f9ae9c599 |
files | PerfsDb/TestConfig.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/PerfsDb/TestConfig.py Tue Jan 08 16:22:48 2019 +0100 +++ b/PerfsDb/TestConfig.py Tue Jan 08 16:30:32 2019 +0100 @@ -56,7 +56,8 @@ print("Launching Orthanc") runOrthancCommand = [ os.path.join(orthancPath, "Orthanc"), - os.path.join(os.path.abspath(os.path.dirname(__file__)), "ConfigFiles", self.label + ".json"), + os.path.join(os.path.abspath(os.path.dirname(__file__)), "ConfigFiles", self.label + ".json"), + '--no-jobs', ] if traceEnabled: runOrthancCommand.append("--trace")