Index: dev-support/test-patch.sh =================================================================== --- dev-support/test-patch.sh (revision 1378695) +++ dev-support/test-patch.sh (working copy) @@ -29,7 +29,6 @@ PROJECT_NAME=HBase JENKINS=false PATCH_DIR=/tmp -SUPPORT_DIR=/tmp BASEDIR=$(pwd) PS=${PS:-ps} @@ -66,7 +65,6 @@ echo echo "Jenkins-only options:" echo "--jenkins Run by Jenkins (runs tests and posts results to JIRA)" - echo "--support-dir= The directory to find support files in" echo "--wget-cmd= The 'wget' command to use (default 'wget')" echo "--jira-cmd= The 'jira' command to use (default 'jira')" echo "--jira-password= The password for the 'jira' command" @@ -84,9 +82,6 @@ --patch-dir=*) PATCH_DIR=${i#*=} ;; - --support-dir=*) - SUPPORT_DIR=${i#*=} - ;; --basedir=*) BASEDIR=${i#*=} ;; @@ -216,8 +211,6 @@ $patchURL against trunk revision ${SVN_REVISION}." - ### Copy in any supporting files needed by this process - cp -r $SUPPORT_DIR/lib/* ./lib #PENDING: cp -f $SUPPORT_DIR/etc/checkstyle* ./src/test ### Copy the patch file to $PATCH_DIR else