Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for killBuild (0.13 sec)

  1. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/DaemonLifecycleSpec.groovy

                File registry = new DaemonDir(executer.daemonBaseDir).registry
                deleteFile(registry)
            }
    
            and:
            waitForDaemonExpiration()
    
            when:
            killBuild()
    
            then:
            stopped()
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  2. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/AbstractDaemonLifecycleSpec.groovy

            foregroundDaemons << executer.start()
        }
    
        void killBuild(int num = 0) {
            run { builds[num].abort().waitForFailure() }
        }
    
        void failed(GradleHandle handle) {
            assert handle.waitForFailure()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 13:32:55 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top