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/24 15:09:51 UTC

[geode] 02/06: Debug output

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

jensdeppe pushed a commit to branch windows-heavy-lifter
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 1fe319a7ffffb05d05a22dfe504c6671627dceaa
Author: Jens Deppe <jd...@pivotal.io>
AuthorDate: Wed Aug 22 12:52:39 2018 -0700

    Debug output
---
 ci/pipelines/geode-build/jinja.template.yml | 8 ++++----
 ci/scripts/start_instance.sh                | 1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/ci/pipelines/geode-build/jinja.template.yml b/ci/pipelines/geode-build/jinja.template.yml
index 7762377..13d9e10 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -31,12 +31,12 @@
 {% endmacro %}
 
 {% macro common_test_params(test) %}
-  {%- if test.CALL_STACK_TIMEOUT -%}
+  {% if test.CALL_STACK_TIMEOUT %}
 CALL_STACK_TIMEOUT: {{test.CALL_STACK_TIMEOUT}}
-  {%- endif -%}
-  {%- if test.GRADLE_TASK_OPTIONS -%}
+  {% endif %}
+  {% if test.GRADLE_TASK_OPTIONS %}
 GRADLE_TASK_OPTIONS: {{test.GRADLE_TASK_OPTIONS}}
-  {%- endif -%}
+  {% endif %}
 DUNIT_PARALLEL_FORKS: {{test.DUNIT_PARALLEL_FORKS}}
 MAINTENANCE_VERSION: {{repository.branch}}
 PARALLEL_DUNIT: {{test.PARALLEL_DUNIT}}
diff --git a/ci/scripts/start_instance.sh b/ci/scripts/start_instance.sh
index aa85924..69ba070 100755
--- a/ci/scripts/start_instance.sh
+++ b/ci/scripts/start_instance.sh
@@ -18,6 +18,7 @@
 # limitations under the License.
 
 set -e
+set -x
 
 BASE_DIR=$(pwd)