Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cleanupIsolatedDaemons (0.18 sec)

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

            cleanup();
        }
    
        /**
         * Performs cleanup at completion of the test.
         */
        public void cleanup() {
            stopRunningBuilds();
            cleanupIsolatedDaemons();
            checkForDaemonCrashesInSharedLocations();
            assertVisitedExecutionResults();
        }
    
        private void stopRunningBuilds() {
            for (GradleHandle handle : running) {
    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