Index: build-support/scripts/test.sh =================================================================== --- build-support/scripts/test.sh (revision 1446318) +++ build-support/scripts/test.sh (working copy) @@ -55,7 +55,7 @@ # Build and run tests with hadoop20. This must happen afterwards so test results # are available for CI to publish. -cmd='ant -Dtest.junit.output.format=xml clean releaseaudit package test' +cmd="ant -Dtest.junit.output.format=xml -Dforrest.home=${FORREST_HOME} clean releaseaudit package test" if [ "${HUDSON_URL}" == "https://builds.apache.org/" ]; then cmd="${cmd} mvn-deploy" fi