Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0C4E5200CEC for ; Mon, 21 Aug 2017 17:58:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0B6451655BD; Mon, 21 Aug 2017 15:58:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 768911655BB for ; Mon, 21 Aug 2017 17:58:04 +0200 (CEST) Received: (qmail 51904 invoked by uid 500); 21 Aug 2017 15:58:03 -0000 Mailing-List: contact commits-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@bigtop.apache.org Delivered-To: mailing list commits@bigtop.apache.org Received: (qmail 51873 invoked by uid 99); 21 Aug 2017 15:58:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2017 15:58:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D5513E00C5; Mon, 21 Aug 2017 15:58:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rvs@apache.org To: commits@bigtop.apache.org Date: Mon, 21 Aug 2017 15:58:02 -0000 Message-Id: In-Reply-To: <25161a92aece4b06aacac3a2a3433fbf@git.apache.org> References: <25161a92aece4b06aacac3a2a3433fbf@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] bigtop git commit: BIGTOP-2871. Make run_itest report Standard Error from tests to stderr archived-at: Mon, 21 Aug 2017 15:58:05 -0000 BIGTOP-2871. Make run_itest report Standard Error from tests to stderr Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/2d2197d4 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/2d2197d4 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/2d2197d4 Branch: refs/heads/master Commit: 2d2197d4be186df27e7f2c50b0339f3f1fa4918f Parents: 602f15c Author: Roman Shaposhnik Authored: Thu Aug 17 10:38:03 2017 -0700 Committer: Roman Shaposhnik Committed: Thu Aug 17 10:38:03 2017 -0700 ---------------------------------------------------------------------- bigtop-tests/smoke-tests/run_itest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/2d2197d4/bigtop-tests/smoke-tests/run_itest.sh ---------------------------------------------------------------------- diff --git a/bigtop-tests/smoke-tests/run_itest.sh b/bigtop-tests/smoke-tests/run_itest.sh index c51e2e8..fc4ce57 100755 --- a/bigtop-tests/smoke-tests/run_itest.sh +++ b/bigtop-tests/smoke-tests/run_itest.sh @@ -237,7 +237,7 @@ print_tests() { for FILE in $(find -L reports/tests/classes -type f -name "*.html"); do echo "## $TESTDIR/$FILE" - links $FILE -dump + links $FILE -dump | awk '/^Standard error$/ { stop_stdin=1 } (!stop_stdin) { print $0; } { print $0 > "/dev/stderr" }' echo "" done fi