Skip to content

Commit 5c306e1

Browse files
author
Peter Amstutz
committed
cwltool test uses runner=cwltool explicitly
1 parent b687441 commit 5c306e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ def setUp(self):
180180
self.wes_server_process = subprocess.Popen(
181181
['python', os.path.abspath('wes_service/wes_service_main.py'),
182182
'--backend=wes_service.cwl_runner',
183+
'--opt', 'runner=cwltool',
183184
'--port=8080',
184185
'--debug'])
185186
time.sleep(5)

0 commit comments

Comments
 (0)