Skip to content

Commit

Permalink
Remove withDebug
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Aug 10, 2022
1 parent 00d7b66 commit 0bcba21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class CalculateVCSRevisionInfoTaskIntgTest : BaseAndroidIntgTest() {
doCommitSingleFile(gradle.root.createTestFileToCommit(), "Second commit")
}

val second = gradle.run(null, "calculateBuildConfigVCSRevisionInfo").withDebug(true).build()
val second = gradle.run(null, "calculateBuildConfigVCSRevisionInfo").build()
second.assertSuccess(":calculateBuildConfigVCSRevisionInfo")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class HtmlReportTaskTest : BaseIntgTest() {
@Test fun `task is capable of handling huge number of violations`() {
gradle.basedOn("android-root_app")
gradle.basedOn("lint-UnusedResources")
val count = 3000
val count = 2500
@Language("gradle")
val script = """
dumpMemory("starting build")
Expand Down

0 comments on commit 0bcba21

Please sign in to comment.