Skip to content

Commit 033ed18

Browse files
tom-tanmr-c
authored andcommitted
Add missing label field
1 parent 1d09972 commit 033ed18

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

conformance_tests.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2910,6 +2910,7 @@
29102910
}
29112911
tags: [ resource, command_line_tool, initial_work_dir ]
29122912
id: 225
2913+
label: initial_work_dir_for_null_and_arrays
29132914

29142915
- job: tests/stage-array-dirs-job.yml
29152916
tool: tests/stage-array-dirs.cwl
@@ -2932,6 +2933,7 @@
29322933
}
29332934
tags: [ resource, command_line_tool, initial_work_dir ]
29342935
id: 226
2936+
label: initial_work_dir_for_array_dirs
29352937

29362938
- job: tests/env-job3.yaml
29372939
output:
@@ -3011,6 +3013,7 @@
30113013
should_fail: true
30123014
tags: [ command_line_tool ]
30133015
id: 233
3016+
label: illegal_symlink
30143017

30153018
- job: tests/empty.json
30163019
tool: tests/symlink-legal.cwl
@@ -3023,6 +3026,7 @@
30233026
"checksum": "sha1$cd28ec34f3f9425aca544b6332453708e8aaa82a"
30243027
id: 234
30253028
tags: [ command_line_tool ]
3029+
label: legal_symlink
30263030

30273031
- job: tests/empty.json
30283032
tool: tests/inp_update_wf.cwl
@@ -3032,6 +3036,7 @@
30323036
a: 4
30333037
b: 4
30343038
id: 235
3039+
label: modify_file_content
30353040

30363041
- job: tests/empty.json
30373042
tool: tests/inpdir_update_wf.cwl
@@ -3054,6 +3059,7 @@
30543059
]
30553060
}
30563061
id: 236
3062+
label: modify_directory_content
30573063

30583064
- doc: Test that OutputBinding.glob accepts Directories
30593065
job: tests/empty.json
@@ -3391,6 +3397,7 @@
33913397
doc: Test paramer reference that refers to length of non-array input
33923398
should_fail: true
33933399
tags: [ required, command_line_tool ]
3400+
label: length_for_non_array
33943401

33953402
- job: tests/length_non_array_input.yml
33963403
tool: tests/params_input_length_non_array.cwl
@@ -3400,6 +3407,7 @@
34003407
output1: 1
34013408
output2: 2
34023409
output3: 3
3410+
label: user_defined_length_in_parameter_reference
34033411

34043412
- tool: tests/cat4-from-dir.cwl
34053413
job: tests/cat-from-dir-with-literal-file-in-subdir.yaml

0 commit comments

Comments
 (0)