Skip to content

Commit e9b06f9

Browse files
author
Peter Amstutz
committed
Typo fix
1 parent d218e5d commit e9b06f9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

conformance_tests.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3120,31 +3120,31 @@
31203120
- job: tests/listing-job.yml
31213121
tool: tests/listing_none1.cwl
31223122
label: listing_default_none
3123-
out:
3123+
output:
31243124
out: true
3125-
doc: Test that default behavior is that 'listing' is not loaded
3125+
doc: Test that default behavior is 'no_listing' if not specified
31263126
tags: [ command_line_tool ]
31273127

31283128
- job: tests/listing-job.yml
31293129
tool: tests/listing_none2.cwl
31303130
label: listing_requirement_none
3131-
out:
3131+
output:
31323132
out: true
31333133
doc: Test that 'listing' is not present when LoadListingRequirement is 'no_listing'
31343134
tags: [ command_line_tool ]
31353135

31363136
- job: tests/listing-job.yml
31373137
tool: tests/listing_none3.cwl
31383138
label: listing_loadListing_none
3139-
out:
3139+
output:
31403140
out: true
31413141
doc: Test that 'listing' is not present when loadListing on input parameter is 'no_listing'
31423142
tags: [ command_line_tool ]
31433143

31443144
- job: tests/listing-job.yml
31453145
tool: tests/listing_shallow1.cwl
31463146
label: listing_requirement_shallow
3147-
out:
3147+
output:
31483148
out: true
31493149
doc: |
31503150
Test that 'listing' is present in top directory object but not
@@ -3155,7 +3155,7 @@
31553155
- job: tests/listing-job.yml
31563156
tool: tests/listing_shallow2.cwl
31573157
label: listing_loadListing_shallow
3158-
out:
3158+
output:
31593159
out: true
31603160
doc: |
31613161
Test that 'listing' is present in top directory object but not
@@ -3166,7 +3166,7 @@
31663166
- job: tests/listing-job.yml
31673167
tool: tests/listing_deep1.cwl
31683168
label: listing_requirement_deep
3169-
out:
3169+
output:
31703170
out: true
31713171
doc: |
31723172
Test that 'listing' is present in top directory object and in
@@ -3177,7 +3177,7 @@
31773177
- job: tests/listing-job.yml
31783178
tool: tests/listing_deep2.cwl
31793179
label: listing_loadListing_deep
3180-
out:
3180+
output:
31813181
out: true
31823182
doc: |
31833183
Test that 'listing' is present in top directory object and in

0 commit comments

Comments
 (0)