Author: jdillon
Date: Sat Mar 3 16:27:48 2007
New Revision: 514290
URL: http://svn.apache.org/viewvc?view=rev&rev=514290
Log:
Comment about making the retry bits configurable from the UI
Modified:
geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy
Modified: geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy
URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy?view=diff&rev=514290&r1=514289&r2=514290
==============================================================================
--- geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy
(original)
+++ geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy
Sat Mar 3 16:27:48 2007
@@ -279,6 +279,11 @@
}
def runtestsRetryNonPassing = {
+ //
+ // TODO: May want to pass in a property to trigger retry, perhaps with the max
+ // so the AH UI can be used to optionally enable this feature.
+ //
+
def summaryFile = new File('project/tck-testsuite/target/summary.properties')
if (!summaryFile.exists()) {
log.warn "Missing runtests summary file: $summaryFile"
|