Index: dev-support/test-patch.sh =================================================================== --- dev-support/test-patch.sh (revision 1212569) +++ dev-support/test-patch.sh (working copy) @@ -569,7 +569,8 @@ ### Kill any rogue build processes from the last attempt $PS auxwww | $GREP ${PROJECT_NAME}PatchProcess | $AWK '{print $2}' | /usr/bin/xargs -t -I {} /bin/kill -9 {} > /dev/null echo "$MVN clean test -D${PROJECT_NAME}PatchProcess" - $MVN clean test -D${PROJECT_NAME}PatchProcess + ulimit -a + $MVN clean test -P runAllTests -D${PROJECT_NAME}PatchProcess if [[ $? != 0 ]] ; then ### Find and format names of failed tests failed_tests=`find . -name 'TEST*.xml' | xargs $GREP -l -E "