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

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


The following commit(s) were added to 
refs/heads/feature/GEODE-5212-specific-category by this push:
     new c46b4ed  corrected a path for callstack
c46b4ed is described below

commit c46b4edecd92cd1df5afcbea2075806d7f65586d
Author: Sai Boorlagadda <[email protected]>
AuthorDate: Mon Jul 23 14:59:28 2018 -0700

    corrected a path for callstack
---
 ci/scripts/test-run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/scripts/test-run.sh b/ci/scripts/test-run.sh
index 8c3239f..da4b53b 100755
--- a/ci/scripts/test-run.sh
+++ b/ci/scripts/test-run.sh
@@ -121,7 +121,7 @@ fi
 
 mkdir -p ${GEODE_BUILD}
 if [ -v CALL_STACK_TIMEOUT ]; then
-  geode-ci/ci/scripts/capture-call-stacks.sh  ${CALL_STACK_TIMEOUT} &
+  geode-ci-dunit/ci/scripts/capture-call-stacks.sh  ${CALL_STACK_TIMEOUT} &
 fi
 
 pushd geode

Reply via email to