HBASE-6716 Hadoopqa is hosed

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1381443 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-09-06 00:15:35 +00:00
parent ebae97fc60
commit b970e4b0d9
1 changed files with 0 additions and 7 deletions

View File

@ -29,7 +29,6 @@ fi
PROJECT_NAME=HBase PROJECT_NAME=HBase
JENKINS=false JENKINS=false
PATCH_DIR=/tmp PATCH_DIR=/tmp
SUPPORT_DIR=/tmp
BASEDIR=$(pwd) BASEDIR=$(pwd)
PS=${PS:-ps} PS=${PS:-ps}
@ -66,7 +65,6 @@ printUsage() {
echo echo
echo "Jenkins-only options:" echo "Jenkins-only options:"
echo "--jenkins Run by Jenkins (runs tests and posts results to JIRA)" echo "--jenkins Run by Jenkins (runs tests and posts results to JIRA)"
echo "--support-dir=<dir> The directory to find support files in"
echo "--wget-cmd=<cmd> The 'wget' command to use (default 'wget')" echo "--wget-cmd=<cmd> The 'wget' command to use (default 'wget')"
echo "--jira-cmd=<cmd> The 'jira' command to use (default 'jira')" echo "--jira-cmd=<cmd> The 'jira' command to use (default 'jira')"
echo "--jira-password=<pw> The password for the 'jira' command" echo "--jira-password=<pw> The password for the 'jira' command"
@ -84,9 +82,6 @@ parseArgs() {
--patch-dir=*) --patch-dir=*)
PATCH_DIR=${i#*=} PATCH_DIR=${i#*=}
;; ;;
--support-dir=*)
SUPPORT_DIR=${i#*=}
;;
--basedir=*) --basedir=*)
BASEDIR=${i#*=} BASEDIR=${i#*=}
;; ;;
@ -216,8 +211,6 @@ setup () {
$patchURL $patchURL
against trunk revision ${SVN_REVISION}." 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 #PENDING: cp -f $SUPPORT_DIR/etc/checkstyle* ./src/test
### Copy the patch file to $PATCH_DIR ### Copy the patch file to $PATCH_DIR
else else