Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
chore: merge upstream branch gradle/master into main
Browse files Browse the repository at this point in the history
This commit synchronizes the latest 3 changes from the https://github.com/gradle/gradle/tree/master. The changes include:

25d2af5: gradle/gradle#26983 Refine exception message, when `enableProblemsApiCheck()` is called
aef327f: Update subprojects/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/AbstractIntegrationSpec.groovy
9b47fc1: Refine exception message, when enableProblemsApiCheck is called
  • Loading branch information
meowool-bot committed Nov 15, 2023
2 parents 56516f2 + 25d2af5 commit faef8a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ tmpdir is currently ${System.getProperty("java.io.tmpdir")}""")
failure = executer.withTasks(*tasks).runWithFailure()

if (enableProblemsApiCheck && buildOperationsFixture.problems().isEmpty()) {
throw new AssertionFailedError("Expected to receive a problem event accompanying the build failure but did not.")
throw new AssertionFailedError("Expected to find a problem emitted via the 'Problems' service for the failing build, but none was received.")
}

return failure
Expand Down

0 comments on commit faef8a6

Please sign in to comment.