Repository: hbase
Updated Branches:
  refs/heads/HBASE-18467 1f4c7ea4c -> a2501f9a0


HBASE-18467 make sure placeholder failure for yetus writes console report.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a2501f9a
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a2501f9a
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a2501f9a

Branch: refs/heads/HBASE-18467
Commit: a2501f9a0dccb0c441e0273395cbe7daae43d441
Parents: 1f4c7ea
Author: Sean Busbey <bus...@apache.org>
Authored: Wed Aug 9 01:33:15 2017 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Wed Aug 9 01:33:15 2017 -0500

----------------------------------------------------------------------
 dev-support/hbase_nightly_yetus.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/a2501f9a/dev-support/hbase_nightly_yetus.sh
----------------------------------------------------------------------
diff --git a/dev-support/hbase_nightly_yetus.sh 
b/dev-support/hbase_nightly_yetus.sh
index a33cbd4..cb74266 100755
--- a/dev-support/hbase_nightly_yetus.sh
+++ b/dev-support/hbase_nightly_yetus.sh
@@ -17,6 +17,7 @@
 # under the License.
 
 # fail fast
+echo "placeholder" >> "${OUTPUTDIR}/console-report.html"
 exit 1772
 
 declare -i missing_env=0

Reply via email to