Skip to content

Commit 5b56226

Browse files
author
Peter Amstutz
committed
Update test
1 parent a5976f3 commit 5b56226

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

draft-4/conformance_test_draft-4.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -738,23 +738,23 @@
738738
doc: Test directory input in Docker
739739

740740
- job: draft-4/dir4-job.yml
741-
output:
741+
output: {
742742
"outlist": {
743-
"size": 20,
743+
"checksum": "sha1$2ab6f189e84753c05a23413fbf6b6fbf4c53489f",
744+
"size": 90,
744745
"location": "output.txt",
745-
"checksum": "sha1$13cda8661796ae241da3a18668fb552161a72592",
746746
"class": "File"
747747
}
748+
}
748749
tool: draft-4/dir4.cwl
749750
doc: Test directories in secondaryFiles
750751

751752
- job: draft-4/dir-job.yml
752753
output: {
753754
"outlist": {
754755
"checksum": "sha1$907a866a3e0b7f1fc5a2222531c5fb9063704438",
755-
"path": "/home/peter/work/common-workflow-language/draft-4/draft-4/output.txt",
756756
"size": 33,
757-
"location": "file:///home/peter/work/common-workflow-language/draft-4/draft-4/output.txt",
757+
"location": "output.txt",
758758
"class": "File"
759759
}
760760
}

draft-4/draft-4/dir4-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inf:
44
secondaryFiles:
55
- class: File
66
location: index.py
7-
- entryname: testdir
7+
- entryname: xtestdir
88
entry:
99
class: Directory
1010
location: testdir

0 commit comments

Comments
 (0)