comparison Tests/Run.py @ 294:192665e6113f

instruction to run on Windows (with WSL)
author Alain Mazy <alain@mazy.be>
date Tue, 12 May 2020 12:43:25 +0200
parents 4a70411ac9ad
children da2be3ff2db5
comparison
equal deleted inserted replaced
293:032722c3e919 294:192665e6113f
111 111
112 with open(CONFIG, 'wt') as f: 112 with open(CONFIG, 'wt') as f:
113 f.write(config) 113 f.write(config)
114 114
115 localOrthanc = ExternalCommandThread([ 115 localOrthanc = ExternalCommandThread([
116 'Orthanc', CONFIG, #'--verbose', 116 'Orthanc',
117 CONFIG,
118 #'--verbose',
119 #'--no-jobs'
117 #'/home/jodogne/Subversion/Orthanc/i/Orthanc', CONFIG, '--verbose' 120 #'/home/jodogne/Subversion/Orthanc/i/Orthanc', CONFIG, '--verbose'
118 ]) 121 ])
119 122
120 123
121 LOCAL = DefineOrthanc(aet = 'ORTHANCTEST', 124 LOCAL = DefineOrthanc(aet = 'ORTHANCTEST',