mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07: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()
|
val args = Args()
|
||||||
if (enabled) args.profiles = "profile"
|
if (enabled) args.profiles = "debug"
|
||||||
val results = compileBuildFile(projectDirectory, buildFileString(), args)
|
val results = compileBuildFile(projectDirectory, buildFileString(), args)
|
||||||
return results.projects[0]
|
return results.projects[0]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue