Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stopRunningBuilds (0.82 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

        }
    
        /**
         * Performs cleanup at completion of the test.
         */
        public void cleanup() {
            stopRunningBuilds();
            cleanupIsolatedDaemons();
            checkForDaemonCrashesInSharedLocations();
            assertVisitedExecutionResults();
        }
    
        private void stopRunningBuilds() {
            for (GradleHandle handle : running) {
                try {
                    handle.abort().waitForExit();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top