mirror of
https://github.com/gradle/actions.git
synced 2025-04-19 17:29:20 +08:00
Enable init-script logging for tests
This commit is contained in:
parent
90b47aa345
commit
96d54b36e7
@ -496,7 +496,8 @@ class TestDevelocityInjection extends BaseInitScriptTest {
|
||||
DEVELOCITY_ALLOW_UNTRUSTED_SERVER : "true",
|
||||
DEVELOCITY_PLUGIN_VERSION : develocityPluginVersion,
|
||||
DEVELOCITY_BUILD_SCAN_UPLOAD_IN_BACKGROUND: "true", // Need to upload in background since our Mock server doesn't cope with foreground upload
|
||||
DEVELOCITY_AUTO_INJECTION_CUSTOM_VALUE : 'gradle-actions'
|
||||
DEVELOCITY_AUTO_INJECTION_CUSTOM_VALUE : 'gradle-actions',
|
||||
DEVELOCITY_INJECTION_DEBUG : "true"
|
||||
]
|
||||
if (enforceUrl) envVars.put("DEVELOCITY_ENFORCE_URL", "true")
|
||||
if (ccudPluginVersion != null) envVars.put("DEVELOCITY_CCUD_PLUGIN_VERSION", ccudPluginVersion)
|
||||
@ -516,7 +517,8 @@ class TestDevelocityInjection extends BaseInitScriptTest {
|
||||
"-Ddevelocity.allow-untrusted-server=true",
|
||||
"-Ddevelocity.plugin.version=$develocityPluginVersion",
|
||||
"-Ddevelocity.build-scan.upload-in-background=true",
|
||||
"-Ddevelocity.auto-injection.custom-value=gradle-actions"
|
||||
"-Ddevelocity.auto-injection.custom-value=gradle-actions",
|
||||
"-Ddevelocity.injection.debug=true"
|
||||
]
|
||||
|
||||
if (enforceUrl) jvmArgs.add("-Ddevelocity.enforce-url=true")
|
||||
|
Loading…
x
Reference in New Issue
Block a user