# HG changeset patch # User Sebastien Jodogne # Date 1546961432 -3600 # Node ID c92e7191c912352d703c54e7f22c6a1918fe1be1 # Parent f42c10dab8623e86f5882c114d992081cdc590ba fix diff -r f42c10dab862 -r c92e7191c912 PerfsDb/TestConfig.py --- 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")