Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for captureStack (0.08 sec)

  1. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/server/scaninfo/DaemonScanInfoIntegrationSpec.groovy

        def "should capture basic data when a foreground daemon runs multiple builds"() {
            given:
            buildFile << """
            ${imports()}
    
            ${captureTask("capture1", 1, 1)}
            ${captureTask("capture2", 2, 1)}
            """
    
            when:
            def daemon = startAForegroundDaemon()
    
            List<ExecutionResult> captureResults = []
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 9.2K bytes
    - Viewed (0)
Back to top