From: Peter Amstutz Date: Wed, 28 Jun 2017 17:26:01 +0000 (-0400) Subject: Add missing test file for noreuse.cwl. refs #11095 X-Git-Tag: 1.1.0~167 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/583cb3b5128020ff983857ae4e252d8247f148a5 Add missing test file for noreuse.cwl. refs #11095 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/sdk/cwl/tests/stdout.cwl b/sdk/cwl/tests/stdout.cwl new file mode 100644 index 0000000000..c76a6edec4 --- /dev/null +++ b/sdk/cwl/tests/stdout.cwl @@ -0,0 +1,17 @@ +cwlVersion: v1.0 +class: CommandLineTool +baseCommand: echo +stdout: output.txt +$namespaces: + arv: "http://arvados.org/cwl#" +hints: + arv:RuntimeConstraints: + outputDirType: local_output_dir +inputs: + message: + type: string + inputBinding: + position: 1 +outputs: + output: + type: stdout