From 9c4c53b4afc1ed455303a89f6ff9e7e877d9ab40 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Wed, 7 Jul 2021 13:42:13 -0400 Subject: [PATCH] 17858: Integration test passes Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- sdk/cwl/tests/17858-pack-visit-crash.cwl | 4 +++- sdk/cwl/tests/arvados-tests.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sdk/cwl/tests/17858-pack-visit-crash.cwl b/sdk/cwl/tests/17858-pack-visit-crash.cwl index ceb54546b7..0c34d7dc50 100644 --- a/sdk/cwl/tests/17858-pack-visit-crash.cwl +++ b/sdk/cwl/tests/17858-pack-visit-crash.cwl @@ -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})" diff --git a/sdk/cwl/tests/arvados-tests.yml b/sdk/cwl/tests/arvados-tests.yml index f00a7c6c3b..717636cd3c 100644 --- a/sdk/cwl/tests/arvados-tests.yml +++ b/sdk/cwl/tests/arvados-tests.yml @@ -430,6 +430,6 @@ - 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" -- 2.30.2