projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
16169: Adds test exposing the requirement propagation bug.
[arvados.git]
/
sdk
/
cwl
/
tests
/
wf
/
16169-step.cwl
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
class: CommandLineTool
6
cwlVersion: v1.0
7
requirements:
8
InlineJavascriptRequirement: {}
9
inputs:
10
d: Directory
11
outputs:
12
out: stdout
13
stdout: output.txt
14
arguments:
15
[echo, "${if(inputs.d.listing === undefined) {return 'true';} else {return 'false';}}"]