Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit 1afd2a8

Browse files
committed
temp echo to troubleshoot build issues
1 parent 3c7bbb5 commit 1afd2a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tck.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ case "$OPTION" in
4444
;;
4545
run)
4646
SCRIPT_DIR=$(cd "$(dirname "$0")"; pwd)
47+
CI_DIR_CONTENTS=`ls $SCRIPT_DIR/ci`
48+
echo "CI DIR Contents:"
49+
echo $CI_DIR_CONTENTS
4750
if [ -e "$SCRIPT_DIR/ci/stormpath_env.sh" ]; then
4851
source ${SCRIPT_DIR}/ci/stormpath_env.sh
4952
export STORMPATH_APPLICATION_HREF=$STORMPATH_TEST_APPLICATION_HREF

0 commit comments

Comments
 (0)