17858: Integration test passes
authorPeter Amstutz <peter.amstutz@curii.com>
Wed, 7 Jul 2021 17:42:13 +0000 (13:42 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Wed, 7 Jul 2021 17:47:39 +0000 (13:47 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

sdk/cwl/tests/17858-pack-visit-crash.cwl
sdk/cwl/tests/arvados-tests.yml

index ceb54546b727536a956cfce69a3e34bee1f1e1a2..0c34d7dc5019e844dfa6722598adb411ded06b4e 100644 (file)
@@ -12,4 +12,6 @@ inputs:
       location: keep:f225e6259bdd63bc7240599648dde9f1+97/hg19.fa
 outputs:
   val: string
-expression: "$({val: inputs.file1.path})"
+requirements:
+  InlineJavascriptRequirement: {}
+expression: "$({val: inputs.file1.location})"
index f00a7c6c3b1e3a317d3baece7e344fb64d235615..717636cd3c6746e6b2e4429fff9a8ad7019d236f 100644 (file)
 
 - job: null
   output:
-    "file1": ""
+    "val": "keep:f225e6259bdd63bc7240599648dde9f1+97/hg19.fa"
   tool: 17858-pack-visit-crash.cwl
   doc: "Test issue 17858 - keep ref default inputs on ExpressionTool"