Skip to content

Commit 6c6ab97

Browse files
committed
fix failing tests
1 parent 0b12a24 commit 6c6ab97

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

draft-4/conformance_test_draft-4.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
- job: draft-4/cat-job.json
6161
tool: draft-4/cat3-tool-shortcut.cwl
6262
doc: Test command execution in Docker with stdout redirection
63+
output:
64+
output_file:
65+
class: File
66+
checksum: sha1$47a013e660d408619d894b20806b1d5086aab03b
67+
path: Any
68+
size: 13
6369

6470
- job: draft-4/cat-job.json
6571
output:
@@ -76,11 +82,23 @@
7682
job:
7783
tool: draft-4/egrep-stderr.cwl
7884
doc: Test command line with stderr redirection
85+
output:
86+
output_file:
87+
class: File
88+
checksum: sha1$cec7b8746a78c42060c96505887449bca0142976
89+
size: 84
90+
path: error.txt
7991

8092
- args: [egrep]
8193
job:
8294
tool: draft-4/egrep-stderr-shortcut.cwl
8395
doc: Test command line with stderr redirection, brief syntax
96+
output:
97+
output_file:
98+
class: File
99+
checksum: sha1$cec7b8746a78c42060c96505887449bca0142976
100+
size: 84
101+
path: Any
84102

85103
- args: [egrep]
86104
stderr: std.err

0 commit comments

Comments
 (0)