You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ja...@apache.org on 2008/12/19 19:28:36 UTC

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

Author: jawarner
Date: Fri Dec 19 10:28:36 2008
New Revision: 728097

URL: http://svn.apache.org/viewvc?rev=728097&view=rev
Log:
Tweaking reporting structure

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=728097&r1=728096&r2=728097&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 Fri Dec 19 10:28:36 2008
@@ -350,9 +350,9 @@
     
     def collectResults = {
         def workflowId = params.require('anthill.workflow.id')
-        def iteration = params.require('iteration')
+        def iteration = params.require('test')
         
-        def sourceDir = new File('project/tck-testsuite/target').canonicalFile
+        def sourceDir = new File('tck-testsuite/target').canonicalFile
         log.info "Source dir: $sourceDir"
         
         def targetDir = new File("target/results/$workflowId").canonicalFile
@@ -366,7 +366,7 @@
         // FIXME: Need to handle logs for retries....
         //
         
-        ant.zip(destfile: "$targetDir/runtests-results-${iteration}.zip") {
+        ant.zip(destfile: "$targetDir/runtests-results-${test}.zip") {
             zipfileset(dir: 'target') {
                 include(name: 'runtests.properties')
                 include(name: 'ts.jte')