Add missing test file for noreuse.cwl. refs #11095
authorPeter Amstutz <peter.amstutz@curoverse.com>
Wed, 28 Jun 2017 17:26:01 +0000 (13:26 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 29 Jun 2017 20:10:00 +0000 (16:10 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curoverse.com>

sdk/cwl/tests/stdout.cwl [new file with mode: 0644]

diff --git a/sdk/cwl/tests/stdout.cwl b/sdk/cwl/tests/stdout.cwl
new file mode 100644 (file)
index 0000000..c76a6ed
--- /dev/null
@@ -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