You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2018/08/08 15:07:38 UTC

[geode] 02/02: Print env

This is an automated email from the ASF dual-hosted git repository.

jensdeppe pushed a commit to branch feature/GEODE-5212
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 82202eb1bd0b8641ad158d280d439713ab39d81d
Author: Jens Deppe <jd...@pivotal.io>
AuthorDate: Wed Aug 8 08:07:19 2018 -0700

    Print env
---
 ci/scripts/test-run.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ci/scripts/test-run.sh b/ci/scripts/test-run.sh
index c739d65..1a7998f 100755
--- a/ci/scripts/test-run.sh
+++ b/ci/scripts/test-run.sh
@@ -19,6 +19,8 @@
 set -e
 set -x
 
+env | sort
+
 export TERM=${TERM:-dumb}
 export BUILDROOT=$(pwd)
 export DEST_DIR=${BUILDROOT}/built-geode