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

smgoller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3ff37fa  Add debugging because reasons. (#46)
3ff37fa is described below

commit 3ff37faf83d747d24a642bdec6534f9780d27d0c
Author: Sean Goller <[email protected]>
AuthorDate: Thu Jan 17 18:17:26 2019 -0800

    Add debugging because reasons. (#46)
    
    Authored-by: Sean Goller <[email protected]>
---
 infrastructure/scripts/aws/run_against_baseline.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/infrastructure/scripts/aws/run_against_baseline.sh 
b/infrastructure/scripts/aws/run_against_baseline.sh
index 9ba7c86..53a6ef2 100755
--- a/infrastructure/scripts/aws/run_against_baseline.sh
+++ b/infrastructure/scripts/aws/run_against_baseline.sh
@@ -70,6 +70,7 @@ fi
 
 OUTPUT=${OUTPUT:-output-${DATE}-${TAG}}
 
+set -x
 if ! [[ "$OUTPUT" = /* ]]; then
   OUTPUT="$(pwd)/${OUTPUT}"
 fi
@@ -85,5 +86,6 @@ if [ -z "${BASELINE_VERSION}" ]; then
 else
 ./run_tests.sh -t ${TAG} -v ${BASELINE_VERSION} -m ${BENCHMARK_BRANCH} -o 
${OUTPUT}/baseline
 fi
+set +x
 
 ./analyze_tests.sh ${OUTPUT}

Reply via email to