Skip to content

Commit

Permalink
Add an extra file to directory listing in new-dir test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Amstutz committed Mar 22, 2018
1 parent d58358a commit 7c49cd6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions v1.0/conformance_test_v1.0.yaml
Expand Up @@ -1555,10 +1555,10 @@
- job: v1.0/new-dir-job.yml
output: {
"out": {
"checksum": "sha1$789c490926d9ccfbf4992056265d02f7cf81c61a",
"checksum": "sha1$ada861e58d3ca64224d5b8ded8cd0e1e7f775057",
"class": "File",
"location": "output.txt",
"size": 12
"size": 26
},
"outdir": {
"location": "sample1",
Expand All @@ -1568,6 +1568,12 @@
"location": "sample1.bam",
"class": "File",
"size": 0
},
{
"checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
"location": "sample1.other",
"class": "File",
"size": 0
}
],
"class": "Directory"
Expand Down
Empty file added v1.0/v1.0/bams/sample1.other
Empty file.
3 changes: 2 additions & 1 deletion v1.0/v1.0/new-dir-job.yml
@@ -1,3 +1,4 @@
input:
class: Directory
location: bams
location: bams
# location: keep:d287705ded77ef04295b906135fad6b8+53

0 comments on commit 7c49cd6

Please sign in to comment.