Skip to content

Commit

Permalink
Print configured environment variables in each run
Browse files Browse the repository at this point in the history
  • Loading branch information
erichaagdev committed Nov 13, 2024
1 parent e832388 commit ee63ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/groovy/com/gradle/BaseInitScriptTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ abstract class BaseInitScriptTest extends Specification {
}

BuildResult run(List<String> args, TestGradleVersion testGradle, Map<String, String> envVars = [:]) {
println(envVars)
def result = createRunner(args, testGradle.gradleVersion, envVars).build()
assertNoDeprecationWarning(result)
assertNoStackTraces(result)
Expand Down

0 comments on commit ee63ce9

Please sign in to comment.