comparison PerfsDb/TestConfig.py @ 201:c92e7191c912

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Jan 2019 16:30:32 +0100
parents a38c3cbc74dd
children
comparison
equal deleted inserted replaced
200:f42c10dab862 201:c92e7191c912
54 return False 54 return False
55 55
56 print("Launching Orthanc") 56 print("Launching Orthanc")
57 runOrthancCommand = [ 57 runOrthancCommand = [
58 os.path.join(orthancPath, "Orthanc"), 58 os.path.join(orthancPath, "Orthanc"),
59 os.path.join(os.path.abspath(os.path.dirname(__file__)), "ConfigFiles", self.label + ".json"), 59 os.path.join(os.path.abspath(os.path.dirname(__file__)), "ConfigFiles", self.label + ".json"),
60 '--no-jobs',
60 ] 61 ]
61 if traceEnabled: 62 if traceEnabled:
62 runOrthancCommand.append("--trace") 63 runOrthancCommand.append("--trace")
63 elif verboseEnabled: 64 elif verboseEnabled:
64 runOrthancCommand.append("--verbose") 65 runOrthancCommand.append("--verbose")