Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
#71 force test aci's target to stay in aci build dir when using targe…
Browse files Browse the repository at this point in the history
…tWorkDir
  • Loading branch information
n0rad committed Nov 20, 2015
1 parent 4916296 commit a9ffe72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builder/aci-test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ func (cnt *Aci) prepareTestAci() (*Aci, error) {
},
NameAndVersion: *fullname,
}, nil)
testAci.target = cnt.target + PATH_TESTS + PATH_TARGET // this is required when target is deported
testAci.rootfs = testAci.target + PATH_ROOTFS
if err != nil {
panic("Cannot build test aci" + err.Error())
}
Expand Down

0 comments on commit a9ffe72

Please sign in to comment.