mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
Test fix.
This commit is contained in:
parent
e7d369408f
commit
ea7cecf590
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class ProfileTest @Inject constructor(compilerFactory: BuildFileCompiler.IFactor
|
|||
}
|
||||
|
||||
val args = Args()
|
||||
if (enabled) args.profiles = "profile"
|
||||
if (enabled) args.profiles = "debug"
|
||||
val results = compileBuildFile(projectDirectory, buildFileString(), args)
|
||||
return results.projects[0]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue