- Sort Score
- Result 10 results
- Languages All
Results 11 - 13 of 13 for functionalTests (0.07 sec)
-
buildscripts/verify-build.sh
if ! wget -q -O "$FUNCTIONAL_TESTS" https://raw.githubusercontent.com/minio/mc/master/functional-tests.sh; then echo "failed to download https://raw.githubusercontent.com/minio/mc/master/functional-tests.sh" exit 1 fi sed -i 's|-sS|-sSg|g' "$FUNCTIONAL_TESTS" chmod a+x "$FUNCTIONAL_TESTS" } function main() { echo "Testing in FS setup"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri May 24 19:28:51 UTC 2024 - 6.7K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketModel.kt
str } override fun createFunctionalTestsFor( model: CIBuildModel, stage: Stage, testCoverage: TestCoverage, bucketIndex: Int, ): FunctionalTest = FunctionalTest( model, testCoverage.getBucketUuid(model, bucketIndex), getName(testCoverage), getDescription(testCoverage), testCoverage, stage,
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Apr 10 15:09:32 UTC 2025 - 3.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
* limitations under the License. */ package common import common.KillProcessMode.KILL_ALL_GRADLE_PROCESSES import configurations.CompileAll import configurations.FunctionalTest import configurations.branchesFilterExcluding import configurations.checkCleanDirUnixLike import configurations.checkCleanDirWindows import configurations.enablePullRequestFeature
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Sep 10 01:37:13 UTC 2025 - 15K bytes - Viewed (0)