Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for jobOutputPosition (0.1 sec)

  1. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/BaseBuildScanPluginCheckInFixture.groovy

        }
    
        void assertBackgroundJobCompletedBeforeShutdown(String output, String expectedJobOutput) {
            def jobOutputPosition = output.indexOf(expectedJobOutput)
            assert jobOutputPosition >= 0: "cannot find $expectedJobOutput"
            assert jobOutputPosition < output.indexOf("${propertyPrefix}.endOfBuild.buildResult.failure")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 11:17:11 UTC 2024
    - 11.1K bytes
    - Viewed (0)
Back to top