1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Test fix.

This commit is contained in:
Cedric Beust 2017-03-25 13:30:03 -07:00
parent e7d369408f
commit ea7cecf590

View file

@ -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]
}