lint
This commit is contained in:
parent
9567b755dd
commit
340ca79fbb
|
|
@ -73,6 +73,7 @@ COPY --from=first copied/bam.txt output/`)
|
||||||
SnapshotMode: constants.SnapshotModeFull,
|
SnapshotMode: constants.SnapshotModeFull,
|
||||||
}
|
}
|
||||||
_, err := DoBuild(opts)
|
_, err := DoBuild(opts)
|
||||||
|
testutil.CheckNoError(t, err)
|
||||||
files, err := ioutil.ReadDir(filepath.Join(testDir, "output"))
|
files, err := ioutil.ReadDir(filepath.Join(testDir, "output"))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue