Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withAttachConsoleProject (0.21 sec)

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

         * to any console, we get a specific error that we check for.
         */
        @Requires(UnitTestPreconditions.Windows)
        def "daemon is not attached to a console"() {
            given:
            withAttachConsoleProject()
            succeeds(":attachConsole:install")
            buildFile << """
                task block {
                    doLast {
                        ${server.callFromBuild("block")}
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 12.1K bytes
    - Viewed (0)
Back to top