|
3120 | 3120 | - job: tests/listing-job.yml
|
3121 | 3121 | tool: tests/listing_none1.cwl
|
3122 | 3122 | label: listing_default_none
|
3123 |
| - out: |
| 3123 | + output: |
3124 | 3124 | 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 |
3126 | 3126 | tags: [ command_line_tool ]
|
3127 | 3127 |
|
3128 | 3128 | - job: tests/listing-job.yml
|
3129 | 3129 | tool: tests/listing_none2.cwl
|
3130 | 3130 | label: listing_requirement_none
|
3131 |
| - out: |
| 3131 | + output: |
3132 | 3132 | out: true
|
3133 | 3133 | doc: Test that 'listing' is not present when LoadListingRequirement is 'no_listing'
|
3134 | 3134 | tags: [ command_line_tool ]
|
3135 | 3135 |
|
3136 | 3136 | - job: tests/listing-job.yml
|
3137 | 3137 | tool: tests/listing_none3.cwl
|
3138 | 3138 | label: listing_loadListing_none
|
3139 |
| - out: |
| 3139 | + output: |
3140 | 3140 | out: true
|
3141 | 3141 | doc: Test that 'listing' is not present when loadListing on input parameter is 'no_listing'
|
3142 | 3142 | tags: [ command_line_tool ]
|
3143 | 3143 |
|
3144 | 3144 | - job: tests/listing-job.yml
|
3145 | 3145 | tool: tests/listing_shallow1.cwl
|
3146 | 3146 | label: listing_requirement_shallow
|
3147 |
| - out: |
| 3147 | + output: |
3148 | 3148 | out: true
|
3149 | 3149 | doc: |
|
3150 | 3150 | Test that 'listing' is present in top directory object but not
|
|
3155 | 3155 | - job: tests/listing-job.yml
|
3156 | 3156 | tool: tests/listing_shallow2.cwl
|
3157 | 3157 | label: listing_loadListing_shallow
|
3158 |
| - out: |
| 3158 | + output: |
3159 | 3159 | out: true
|
3160 | 3160 | doc: |
|
3161 | 3161 | Test that 'listing' is present in top directory object but not
|
|
3166 | 3166 | - job: tests/listing-job.yml
|
3167 | 3167 | tool: tests/listing_deep1.cwl
|
3168 | 3168 | label: listing_requirement_deep
|
3169 |
| - out: |
| 3169 | + output: |
3170 | 3170 | out: true
|
3171 | 3171 | doc: |
|
3172 | 3172 | Test that 'listing' is present in top directory object and in
|
|
3177 | 3177 | - job: tests/listing-job.yml
|
3178 | 3178 | tool: tests/listing_deep2.cwl
|
3179 | 3179 | label: listing_loadListing_deep
|
3180 |
| - out: |
| 3180 | + output: |
3181 | 3181 | out: true
|
3182 | 3182 | doc: |
|
3183 | 3183 | Test that 'listing' is present in top directory object and in
|
|
0 commit comments