diff --git a/tests/script/sh/cfg.sh b/tests/script/sh/cfg.sh index 0705343fecaa2d348f5360968021687f5d4f368f..3bebc62d3b822334f258d5323f9536c39fd1144d 100755 --- a/tests/script/sh/cfg.sh +++ b/tests/script/sh/cfg.sh @@ -33,8 +33,8 @@ SCRIPT_DIR=`dirname $0` cd $SCRIPT_DIR/../ SCRIPT_DIR=`pwd` -TDINTERNAL="TDinternal" -if [[ "$SCRIPT_DIR" == *"$TDINTERNAL"* ]]; then +IN_TDINTERNAL="community" +if [[ "$SCRIPT_DIR" == *"$IN_TDINTERNAL"* ]]; then cd ../../.. else cd ../../ diff --git a/tests/script/sh/clear.sh b/tests/script/sh/clear.sh index 73d022d4f3c01c89b00da6da003ad0377695f9c9..3699d52a9717e3007c50009d13d86006122fe7ec 100755 --- a/tests/script/sh/clear.sh +++ b/tests/script/sh/clear.sh @@ -36,8 +36,8 @@ cd $SCRIPT_DIR/../ SCRIPT_DIR=`pwd` echo "SCRIPT_DIR: $SCRIPT_DIR" -TDINTERNAL="TDinternal" -if [[ "$SCRIPT_DIR" == *"$TDINTERNAL"* ]]; then +IN_TDINTERNAL="community" +if [[ "$SCRIPT_DIR" == *"$IN_TDINTERNAL"* ]]; then cd ../../.. else cd ../../ diff --git a/tests/script/sh/deploy.sh b/tests/script/sh/deploy.sh index e1669ac3d7f50dbf6ef8cb231f0f7ffb594e9bb2..1590fdc83a09af0ad24473232e945e42fb988d36 100755 --- a/tests/script/sh/deploy.sh +++ b/tests/script/sh/deploy.sh @@ -31,8 +31,8 @@ cd $SCRIPT_DIR/../ SCRIPT_DIR=`pwd` echo "SCRIPT_DIR: $SCRIPT_DIR" -TDINTERNAL="TDinternal" -if [[ "$SCRIPT_DIR" == *"$TDINTERNAL"* ]]; then +IN_TDINTERNAL="community" +if [[ "$SCRIPT_DIR" == *"$IN_TDINTERNAL"* ]]; then cd ../../.. else cd ../../ diff --git a/tests/script/sh/exec.sh b/tests/script/sh/exec.sh index 1fd859213d9ac285f167078f54611246a0716534..0ab8c045ca4edee72e9cd31852cb2362c3dc17fb 100755 --- a/tests/script/sh/exec.sh +++ b/tests/script/sh/exec.sh @@ -42,8 +42,8 @@ SCRIPT_DIR=`dirname $0` cd $SCRIPT_DIR/../ SCRIPT_DIR=`pwd` -TDINTERNAL="TDinternal" -if [[ "$SCRIPT_DIR" == *"$TDINTERNAL"* ]]; then +IN_TDINTERNAL="community" +if [[ "$SCRIPT_DIR" == *"$IN_TDINTERNAL"* ]]; then cd ../../.. else cd ../../ diff --git a/tests/script/sh/exec_tarbitrator.sh b/tests/script/sh/exec_tarbitrator.sh index 4da00dff43af93dd24cb39ed0ac3b07746d49d20..1aab55ddaa8ae863111540257ad3009253c770d3 100755 --- a/tests/script/sh/exec_tarbitrator.sh +++ b/tests/script/sh/exec_tarbitrator.sh @@ -39,8 +39,8 @@ SCRIPT_DIR=`dirname $0` cd $SCRIPT_DIR/../ SCRIPT_DIR=`pwd` -TDINTERNAL="TDinternal" -if [[ "$SCRIPT_DIR" == *"$TDINTERNAL"* ]]; then +IN_TDINTERNAL="community" +if [[ "$SCRIPT_DIR" == *"$IN_TDINTERNAL"* ]]; then cd ../../.. else cd ../../ diff --git a/tests/script/test.sh b/tests/script/test.sh index f5485bd881526704806945a68c4d95c9d715d223..1714d3ecee5ecd8f606065450e81edabb7413ee4 100755 --- a/tests/script/test.sh +++ b/tests/script/test.sh @@ -41,8 +41,8 @@ cd . CODE_DIR=`dirname $0` CODE_DIR=`pwd` -TDINTERNAL="TDinternal" -if [[ "$CODE_DIR" == *"$TDINTERNAL"* ]]; then +IN_TDINTERNAL="community" +if [[ "$CODE_DIR" == *"$IN_TDINTERNAL"* ]]; then cd ../../.. else cd ../../