HBASE-26828 Addendum fix syntax error

(cherry picked from commit fec5478226)
This commit is contained in:
Duo Zhang 2022-03-16 21:48:58 +08:00
parent 4f3decd08f
commit abdf727f4e
1 changed files with 3 additions and 3 deletions

View File

@ -119,15 +119,15 @@ function personality_parse_args
delete_parameter "${i}"
ASF_NIGHTLIES_GENERAL_CHECK_BASE=${i#*=}
;;
--build-thread=*
--build-thread=*)
delete_parameter "${i}"
BUILD_THREAD=${i#*=}
;;
--surefire-first-part-fork-count=*
--surefire-first-part-fork-count=*)
delete_parameter "${i}"
SUREFIRE_FIRST_PART_FORK_COUNT=${i#*=}
;;
--surefire-second-part-fork-count=*
--surefire-second-part-fork-count=*)
delete_parameter "${i}"
SUREFIRE_SECOND_PART_FORK_COUNT=${i#*=}
;;