You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2010/04/21 21:14:55 UTC

svn commit: r936451 - /geronimo/sandbox/gawor/daily_build_scripts/testsuite.sh

Author: gawor
Date: Wed Apr 21 19:14:54 2010
New Revision: 936451

URL: http://svn.apache.org/viewvc?rev=936451&view=rev
Log:
copy failsafe reports

Modified:
    geronimo/sandbox/gawor/daily_build_scripts/testsuite.sh

Modified: geronimo/sandbox/gawor/daily_build_scripts/testsuite.sh
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gawor/daily_build_scripts/testsuite.sh?rev=936451&r1=936450&r2=936451&view=diff
==============================================================================
--- geronimo/sandbox/gawor/daily_build_scripts/testsuite.sh (original)
+++ geronimo/sandbox/gawor/daily_build_scripts/testsuite.sh Wed Apr 21 19:14:54 2010
@@ -72,10 +72,11 @@ function runTests() {
    cd $BRANCH_TEST_DIR/testsuite
    mvn -B $TESTSUITE_OPTS -Dcolor=false -DassemblyId=$CONTAINER -DexcludeTest=$EXCLUDE_TESTS > $testLog
    cat $testLog >> $mergedTestLog
-   mvn -B site-deploy -DbuildNumber=$ds-$BRANCH_ID-$CONTAINER
+   # mvn -B site-deploy -DbuildNumber=$ds-$BRANCH_ID-$CONTAINER
 
    logFiles "geronimo.log"
    logDirs "surefire-reports"
+   logDirs "failsafe-reports"
 
    scp -r $LOG_DIR ${REMOTE_ACCOUNT}@${REMOTE_MACHINE}:$bin_dir