[
https://issues.apache.org/jira/browse/HBASE-22430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16841504#comment-16841504
]
Tak Lon (Stephen) Wu commented on HBASE-22430:
----------------------------------------------
[Minor] Please change line#19 {{set}} header with {{-o pipefail}}.
from
{quote}set -e
{quote}
to
{quote}set -e -o pipefail
{quote}
> hbase-vote should tee build and test output to console
> ------------------------------------------------------
>
> Key: HBASE-22430
> URL: https://issues.apache.org/jira/browse/HBASE-22430
> Project: HBase
> Issue Type: Sub-task
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Priority: Trivial
> Attachments: HBASE-22430.patch
>
>
> The hbase-vote script should tee the build and test output to console in
> addition to the output file so the user does not become suspicious about
> progress.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)