Skip to content

Commit 8b48da6

Browse files
author
Peter Amstutz
committed
Update stderr-shortcut tests.
1 parent 5b56226 commit 8b48da6

File tree

1 file changed

+33
-22
lines changed

1 file changed

+33
-22
lines changed

draft-4/conformance_test_draft-4.yaml

+33-22
Original file line numberDiff line numberDiff line change
@@ -77,28 +77,39 @@
7777
tool: draft-4/cat3-tool-mediumcut.cwl
7878
doc: Test command execution in Docker with stdout redirection
7979

80-
# - args: [egrep]
81-
# stderr: error.txt
82-
# job:
83-
# tool: draft-4/egrep-stderr.cwl
84-
# doc: Test command line with stderr redirection
85-
86-
# - args: [egrep]
87-
# job:
88-
# tool: draft-4/egrep-stderr-shortcut.cwl
89-
# doc: Test command line with stderr redirection, brief syntax
90-
91-
# - args: [egrep]
92-
# stderr: std.err
93-
# output:
94-
# output_file:
95-
# class: File
96-
# size: 84
97-
# checksum: sha1$cec7b8746a78c42060c96505887449bca0142976
98-
# location: std.err
99-
# job:
100-
# tool: draft-4/egrep-stderr-mediumcut.cwl
101-
# doc: Test command line with stderr redirection, named brief syntax
80+
- job:
81+
output: {
82+
"output_file": {
83+
"checksum": "sha1$cec7b8746a78c42060c96505887449bca0142976",
84+
"size": 84,
85+
"location": "error.txt",
86+
"class": "File"
87+
}
88+
}
89+
tool: draft-4/egrep-stderr.cwl
90+
doc: Test command line with stderr redirection
91+
92+
- job:
93+
output: {
94+
"output_file": {
95+
"checksum": "sha1$cec7b8746a78c42060c96505887449bca0142976",
96+
"size": 84,
97+
"location": "",
98+
"class": "File"
99+
}
100+
}
101+
tool: draft-4/egrep-stderr-shortcut.cwl
102+
doc: Test command line with stderr redirection, brief syntax
103+
104+
- output:
105+
output_file:
106+
class: File
107+
size: 84
108+
checksum: sha1$cec7b8746a78c42060c96505887449bca0142976
109+
location: std.err
110+
job:
111+
tool: draft-4/egrep-stderr-mediumcut.cwl
112+
doc: Test command line with stderr redirection, named brief syntax
102113

103114
- job: draft-4/cat-job.json
104115
output:

0 commit comments

Comments
 (0)