build: improve build tests
This commit is contained in:
parent
be373dfb80
commit
70b043cdae
2 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ func Test_PreBuild(t *testing.T) {
|
|||
Distribution = tt.dist
|
||||
if tt.full {
|
||||
Prepares = append(Prepares, SetFullSystemPolicy)
|
||||
Builds = append(Builds, BuildFullSystemPolicy)
|
||||
}
|
||||
if tt.complain {
|
||||
Builds = append(Builds, BuildComplain)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue