This commit is contained in:
Tejal Desai 2020-03-25 11:01:12 -07:00
parent 9567b755dd
commit 340ca79fbb
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ COPY --from=first copied/bam.txt output/`)
SnapshotMode: constants.SnapshotModeFull,
}
_, err := DoBuild(opts)
testutil.CheckNoError(t, err)
files, err := ioutil.ReadDir(filepath.Join(testDir, "output"))
if err != nil {
t.Fatal(err)