HBASE-20153 Add error prone to precommit
This commit is contained in:
parent
774974889d
commit
9342e0091d
|
@ -155,6 +155,10 @@ function personality_modules
|
|||
return
|
||||
fi
|
||||
|
||||
if [[ ${testtype} == compile ]]; then
|
||||
extra="${extra} -PerrorProne"
|
||||
fi
|
||||
|
||||
# If EXCLUDE_TESTS_URL/INCLUDE_TESTS_URL is set, fetches the url
|
||||
# and sets -Dtest.exclude.pattern/-Dtest to exclude/include the
|
||||
# tests respectively.
|
||||
|
|
Loading…
Reference in New Issue