You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2010/08/31 04:51:59 UTC

svn commit: r991063 - /geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy

Author: genspring
Date: Tue Aug 31 02:51:59 2010
New Revision: 991063

URL: http://svn.apache.org/viewvc?rev=991063&view=rev
Log:
to include the additional tck buckets to the report

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?rev=991063&r1=991062&r2=991063&view=diff
==============================================================================
--- 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 Tue Aug 31 02:51:59 2010
@@ -413,6 +413,7 @@ class Controller extends gbuild.system.P
         files = ant.fileScanner {
             fileset(dir: sourceDir) {
                 include(name: "${webcontainer}/runtests-results-*.zip")
+                include(name: "other-${webcontainer}/runtests-results-*.zip")
             }
         }