Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SETUP_VIRTUAL_DISK_FOR_PERF_TEST (2.17 sec)

  1. .teamcity/src/main/kotlin/common/PerformanceTestExtensions.kt

    testing/*/build/tmp/**/daemon-*.out.log => failure-logs
    """
    
    // to avoid pathname too long error
    fun BuildSteps.substDirOnWindows(os: Os) {
        if (os == Os.WINDOWS) {
            script {
                name = "SETUP_VIRTUAL_DISK_FOR_PERF_TEST"
                executionMode = BuildStep.ExecutionMode.ALWAYS
                scriptContent =
                    """
                    subst p: /d
                    subst p: "%teamcity.build.checkoutDir%"
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Mon Aug 25 20:21:47 UTC 2025
    - 4K bytes
    - Viewed (0)
Back to top