Skip to content

Commit 57a5bc8

Browse files
author
Peter Amstutz
committed
Fix last test using "args"
1 parent 3cc79d2 commit 57a5bc8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

draft-3/conformance_test_draft-3.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
- args:
2-
job: draft-3/bwa-mem-job.json
1+
- job: draft-3/bwa-mem-job.json
32
tool: draft-3/bwa-mem-tool.cwl
43
output:
54
args: [bwa, mem, -t, '4', -I, '1,2,3,4', -m, '3',
@@ -493,7 +492,7 @@
493492
doc: |
494493
Test parameter evaluation, with support for JS expressions
495494
496-
- args: [cat, draft-3/hello.txt]
495+
- output: {}
497496
job: draft-3/cat-job.json
498497
tool: draft-3/metadata.cwl
499498
doc: Test metadata

draft-4/conformance_test_draft-4.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
- args:
2-
job: draft-4/bwa-mem-job.json
1+
- job: draft-4/bwa-mem-job.json
32
tool: draft-4/bwa-mem-tool.cwl
43
output:
54
args: [bwa, mem, -t, '4', -I, '1,2,3,4', -m, '3',
@@ -493,7 +492,7 @@
493492
doc: |
494493
Test parameter evaluation, with support for JS expressions
495494
496-
- args: [cat, draft-4/hello.txt]
495+
- output: {}
497496
job: draft-4/cat-job.json
498497
tool: draft-4/metadata.cwl
499498
doc: Test metadata

0 commit comments

Comments
 (0)