From ozone-commits-return-192-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Wed Nov 27 20:07:50 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5DC89180674 for ; Wed, 27 Nov 2019 21:07:50 +0100 (CET) Received: (qmail 45909 invoked by uid 500); 27 Nov 2019 20:07:49 -0000 Mailing-List: contact ozone-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ozone-commits@hadoop.apache.org Delivered-To: mailing list ozone-commits@hadoop.apache.org Received: (qmail 45886 invoked by uid 99); 27 Nov 2019 20:07:49 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2019 20:07:49 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 146F88B691; Wed, 27 Nov 2019 20:07:48 +0000 (UTC) Date: Wed, 27 Nov 2019 20:07:49 +0000 To: "ozone-commits@hadoop.apache.org" Subject: [hadoop-ozone] 01/02: debug secure execution MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: elek@apache.org In-Reply-To: <157488526864.14412.936546878740705526@gitbox.apache.org> References: <157488526864.14412.936546878740705526@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: hadoop-ozone X-Git-Refname: refs/heads/debug-acceptace-timeout X-Git-Reftype: branch X-Git-Rev: 8b01da578a733c9da44348f587738343be76c42a X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20191127200749.146F88B691@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. elek pushed a commit to branch debug-acceptace-timeout in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git commit 8b01da578a733c9da44348f587738343be76c42a Author: Márton Elek AuthorDate: Wed Nov 27 20:08:21 2019 +0100 debug secure execution --- hadoop-ozone/dist/src/main/compose/ozonesecure/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-ozone/dist/src/main/compose/ozonesecure/test.sh b/hadoop-ozone/dist/src/main/compose/ozonesecure/test.sh index f328463..a925f36 100755 --- a/hadoop-ozone/dist/src/main/compose/ozonesecure/test.sh +++ b/hadoop-ozone/dist/src/main/compose/ozonesecure/test.sh @@ -14,7 +14,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - +set -x COMPOSE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" export COMPOSE_DIR --------------------------------------------------------------------- To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: ozone-commits-help@hadoop.apache.org