Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Adel (0.15 sec)

  1. .teamcity/src/main/kotlin/configurations/DocsTest.kt

    cat test-splits/$action-test-classes.properties
    """
    
        val linesWithEcho = testClasses.joinToString("\n") { "echo $it" }
    
        val windowsScript = """
    mkdir test-splits
    del /f /q test-splits\include-test-classes.properties
    del /f /q test-splits\exclude-test-classes.properties
    (
    $linesWithEcho
    ) > test-splits\$action-test-classes.properties
    echo "Tests to be ${action}d in this build"
    Plain Text
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Tue Dec 05 00:08:14 GMT 2023
    - 4.7K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt

        val windowsScript = """
    mkdir $performanceTestSplitDirectoryName
    del /f /q $performanceTestSplitDirectoryName\include-$fileNamePostfix
    del /f /q $performanceTestSplitDirectoryName\exclude-$fileNamePostfix
    $linesWithEcho
    
    echo Performance tests to be ${action}d in this build
    Plain Text
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Mon Feb 19 11:22:56 GMT 2024
    - 15.3K bytes
    - Viewed (0)
Back to top