File tree 2 files changed +2
-2
lines changed
repository-gcs/qa/google-cloud-storage
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ task thirdPartyTest(type: Test) {
103
103
include ' **/GoogleCloudStorageThirdPartyTests.class'
104
104
systemProperty ' tests.security.manager' , false
105
105
systemProperty ' test.google.bucket' , gcsBucket
106
- systemProperty ' test.google.base' , gcsBasePath + " _third_party_tests_" + BuildParams . testSeed
106
+ nonInputProperties . systemProperty ' test.google.base' , gcsBasePath + " _third_party_tests_" + BuildParams . testSeed
107
107
nonInputProperties. systemProperty ' test.google.account' , " ${ -> encodedCredentials.call()} "
108
108
}
109
109
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ task thirdPartyTest(type: Test) {
144
144
systemProperty ' test.s3.account' , s3PermanentAccessKey
145
145
systemProperty ' test.s3.key' , s3PermanentSecretKey
146
146
systemProperty ' test.s3.bucket' , s3PermanentBucket
147
- systemProperty ' test.s3.base' , s3PermanentBasePath + " _third_party_tests_" + BuildParams . testSeed
147
+ nonInputProperties . systemProperty ' test.s3.base' , s3PermanentBasePath + " _third_party_tests_" + BuildParams . testSeed
148
148
}
149
149
150
150
if (useFixture) {
You can’t perform that action at this time.
0 commit comments