Bläddra i källkod

Merge -r 1189551:1189552 from trunk to branch. FIXES: HADOOP-7768

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1190673 13f79535-47bb-0310-9956-ffa450edef68
Alejandro Abdelnur 13 år sedan
förälder
incheckning
c624ed7dd3
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      dev-support/test-patch.sh

+ 2 - 2
dev-support/test-patch.sh

@@ -596,8 +596,8 @@ runTests () {
   echo ""
   echo ""
 
-  echo "$MVN clean install test -Pnative -D${PROJECT_NAME}PatchProcess"
-  $MVN clean install test -Pnative -D${PROJECT_NAME}PatchProcess
+  echo "$MVN clean install -Pnative -D${PROJECT_NAME}PatchProcess"
+  $MVN clean install -Pnative -D${PROJECT_NAME}PatchProcess
   if [[ $? != 0 ]] ; then
     ### Find and format names of failed tests
     failed_tests=`find . -name 'TEST*.xml' | xargs $GREP  -l -E "<failure|<error" | sed -e "s|.*target/surefire-reports/TEST-|                  |g" | sed -e "s|\.xml||g"`