Skip to content

Commit

Permalink
dir4 test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Stojanovic committed Nov 1, 2016
1 parent 21bdcaf commit d906c4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions v1.0/conformance_test_v1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -789,10 +789,10 @@
- job: v1.0/dir4-job.yml
output: {
"outlist": {
"checksum": "sha1$2ab6f189e84753c05a23413fbf6b6fbf4c53489f",
"size": 90,
"location": "output.txt",
"class": "File"
"checksum": "sha1$13cda8661796ae241da3a18668fb552161a72592",
"size": 20,
"location": "output.txt",
"class": "File"
}
}
tool: v1.0/dir4.cwl
Expand Down
4 changes: 2 additions & 2 deletions v1.0/v1.0/dir4.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ outputs:
type: File
outputBinding:
glob: output.txt
arguments: ["cd", "$(inputs.inf.dirname)",
arguments: ["cd", "$(inputs.inf.dirname)/xtestdir",
{shellQuote: false, valueFrom: "&&"},
"find", ".",
{shellQuote: false, valueFrom: "|"},
"sort"]
stdout: output.txt
stdout: output.txt

0 comments on commit d906c4a

Please sign in to comment.