You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2017/08/09 05:51:43 UTC

[27/27] hbase git commit: HBASE-18467 WIP fail yetus checks instead of running.

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 <bu...@apache.org>
Authored: Wed Aug 9 00:50:26 2017 -0500
Committer: Sean Busbey <bu...@apache.org>
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" \