Index: build-support/scripts/test.sh =================================================================== --- build-support/scripts/test.sh (revision 1435342) +++ 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 package releaseaudit test' +cmd='ant -Dtest.junit.output.format=xml clean releaseaudit package test' if [ "${HUDSON_URL}" == "https://builds.apache.org/" ]; then cmd="${cmd} mvn-deploy" fi Index: build.xml =================================================================== --- build.xml (revision 1435342) +++ build.xml (working copy) @@ -397,7 +397,7 @@ - +