tests(build): add tests for the stacked-dbus build task.
This commit is contained in:
parent
c2ecc756b2
commit
5484f84764
2 changed files with 25 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ func (b StackedDbus) Apply(opt *Option, profile string) (string, error) {
|
|||
toResolve = append(toResolve, k)
|
||||
}
|
||||
|
||||
rulesByParagraph, paragraphs, err := parse(kind, profile) //
|
||||
rulesByParagraph, paragraphs, err := parse(kind, profile)
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue