From commits-return-26565-archive-asf-public=cust-asf.ponee.io@tinkerpop.apache.org Fri Mar 2 18:40:59 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 44BEA18077D for ; Fri, 2 Mar 2018 18:40:58 +0100 (CET) Received: (qmail 27755 invoked by uid 500); 2 Mar 2018 17:40:57 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 27716 invoked by uid 99); 2 Mar 2018 17:40:57 -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; Fri, 02 Mar 2018 17:40:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5E05AF4DCF; Fri, 2 Mar 2018 17:40:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkuppitz@apache.org To: commits@tinkerpop.apache.org Date: Fri, 02 Mar 2018 17:41:18 -0000 Message-Id: <86e68a409cb34618ac4feb327df481e9@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [24/30] tinkerpop git commit: CTR: Minor change in the doc generation process. In case of an error, we'll now see the last 10 lines first and after a short 5 second break the errornous file will be opened for full inspection. This should make i CTR: Minor change in the doc generation process. In case of an error, we'll now see the last 10 lines first and after a short 5 second break the errornous file will be opened for full inspection. This should make it much easier to identify errors that are not obvious in the output of the last 10 lines. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/aaf51464 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/aaf51464 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/aaf51464 Branch: refs/heads/TINKERPOP-1777 Commit: aaf51464d91e481f9bd943e9d21303122f8ca981 Parents: 8ef717f Author: Daniel Kuppitz Authored: Thu Mar 1 09:15:48 2018 -0700 Committer: Daniel Kuppitz Committed: Thu Mar 1 09:15:48 2018 -0700 ---------------------------------------------------------------------- docs/preprocessor/preprocess-file.sh | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/aaf51464/docs/preprocessor/preprocess-file.sh ---------------------------------------------------------------------- diff --git a/docs/preprocessor/preprocess-file.sh b/docs/preprocessor/preprocess-file.sh index 0ca534a..d5076f1 100755 --- a/docs/preprocessor/preprocess-file.sh +++ b/docs/preprocessor/preprocess-file.sh @@ -76,6 +76,9 @@ function cleanup { echo -e "\n\e[1mLast 10 lines of ${output}:\e[0m\n" tail -n10 ${output} echo + echo "Opening ${output} for full inspection" + sleep 5 + less ${output} fi fi rm -rf ${output} ${CONSOLE_HOME}/.ext