File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
repository-gcs/qa/google-cloud-storage Expand file tree Collapse file tree 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) {
103103 include ' **/GoogleCloudStorageThirdPartyTests.class'
104104 systemProperty ' tests.security.manager' , false
105105 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
107107 nonInputProperties. systemProperty ' test.google.account' , " ${ -> encodedCredentials.call()} "
108108}
109109
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ task thirdPartyTest(type: Test) {
144144 systemProperty ' test.s3.account' , s3PermanentAccessKey
145145 systemProperty ' test.s3.key' , s3PermanentSecretKey
146146 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
148148}
149149
150150if (useFixture) {
You can’t perform that action at this time.
0 commit comments