HBASE-18467 WIP fail yetus checks instead of running.
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/26eb5a2c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/26eb5a2c Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/26eb5a2c Branch: refs/heads/HBASE-18467 Commit: 26eb5a2c2cba4ac67da5229319cd537fca540709 Parents: 436d99d Author: Sean Busbey <[email protected]> Authored: Wed Aug 9 00:50:26 2017 -0500 Committer: Sean Busbey <[email protected]> Committed: Wed Aug 9 00:50:26 2017 -0500 ---------------------------------------------------------------------- dev-support/hbase_nightly_yetus.sh | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/26eb5a2c/dev-support/hbase_nightly_yetus.sh ---------------------------------------------------------------------- diff --git a/dev-support/hbase_nightly_yetus.sh b/dev-support/hbase_nightly_yetus.sh index 007d64a..a33cbd4 100755 --- a/dev-support/hbase_nightly_yetus.sh +++ b/dev-support/hbase_nightly_yetus.sh @@ -16,6 +16,9 @@ # specific language governing permissions and limitations # under the License. +# fail fast +exit 1772 + declare -i missing_env=0 # Validate params for required_env in "TESTS" "TOOLS" "BASEDIR" "ARCHIVE_PATTERN_LIST" "OUTPUT_RELATIVE" \
