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 <[email protected]> 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
