jdaugherty commented on code in PR #596:
URL: https://github.com/apache/grails-forge/pull/596#discussion_r2147374753
##########
grails-forge-core/src/test/groovy/org/grails/forge/build/gradle/GradleSpec.groovy:
##########
@@ -66,6 +81,11 @@ class GradleSpec extends ApplicationContextSpec implements
CommandOutputFixture
String buildSrcGradle = output["buildSrc/build.gradle"]
expect:
+ if (!buildSrcGradle.contains('repositories')) {
+ // this test randomly fails. adding logging for when it fails to
debug further
+ log.error("Output: ${output}")
+ log.error("Build Src: ${buildSrcGradle}")
Review Comment:
This was meant to be temporary until we can figure out what's different that
causes it to fail. I went ahead and updated this though.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]