Skip to content

Commit

Permalink
Rename instantSmokeTest to configCacheSmokeTest to keep it in line wi…
Browse files Browse the repository at this point in the history
…th master
  • Loading branch information
big-guy committed Aug 24, 2020
1 parent 71c4990 commit f2d1fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/smoke-test/smoke-test.gradle.kts
Expand Up @@ -67,7 +67,7 @@ tasks.register<SmokeTest>("smokeTest") {
configureForSmokeTest()
}

tasks.register<SmokeTest>("instantSmokeTest") {
tasks.register<SmokeTest>("configCacheSmokeTest") {
description = "Runs Smoke tests with instant execution"
configureForSmokeTest()
systemProperty("org.gradle.integtest.executer", "instant")
Expand Down

0 comments on commit f2d1fb5

Please sign in to comment.