Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RUNNING_ON_REMOTE_AGENT (0.25 sec)

  1. testing/internal-testing/src/main/groovy/org/gradle/test/preconditions/UnitTestPreconditions.groovy

            }
        }
    
        static final class OnRemoteTestDistributionExecutor implements TestPrecondition {
            @Override
            boolean isSatisfied() throws Exception {
                return System.getenv("RUNNING_ON_REMOTE_AGENT") != null
            }
        }
    
        static final class NotInGradleceptionBuild implements TestPrecondition {
            @Override
            boolean isSatisfied() throws Exception {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 03:26:38 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top