Skip to content

Commit b35840e

Browse files
authored
Fix duplicated and missing labels (#91)
1 parent 29f22fa commit b35840e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conformance_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3389,7 +3389,7 @@
33893389
"checksum": "sha1$5d64b71392b1e00a3ad893db02d381d58262c2d6",
33903390
"size": 7
33913391
}
3392-
tags: [ required ]
3392+
tags: [ required, command_line_tool ]
33933393
id: 257
33943394

33953395
- $import: tests/string-interpolation/test-index.yaml

tests/conditionals/test-index.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
tags: [ conditional, multiple_input, workflow ]
283283

284284
- id: cond-7_nojs
285-
label: pass_through_required_the_only_non_null
285+
label: pass_through_required_the_only_non_null_nojs
286286
doc: "pickvalue: the_only_non_null will pass, only for false condition; no javascript"
287287
tool: cond-wf-004_nojs.cwl
288288
job: test-false.yml
@@ -291,7 +291,7 @@
291291
tags: [ conditional, multiple_input, workflow ]
292292

293293
- id: cond-8_nojs
294-
label: pass_through_required_fail
294+
label: pass_through_required_fail_nojs
295295
doc: "pickValue: the_only_non_null will fail due to multiple non nulls; no javascript"
296296
tool: cond-wf-004_nojs.cwl
297297
job: test-true.yml

tests/string-interpolation/test-index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"location": "out.txt",
1212
"size": 48
1313
}
14-
tags: [ inline_javascript ]
14+
tags: [ inline_javascript, command_line_tool ]
1515

1616
- id: iwdr-2
1717
label: continuation_expression

0 commit comments

Comments
 (0)