X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=csit%2Frun-project-csit.sh;h=0506a8df76e98c4cca8e2b35b319a246376ec4b4;hb=bda6aeaa60607ab4fe5af508156019d7bd5c0ce4;hp=a990bf1ba8d280281324dc155bd1c5366cd748d4;hpb=b37d32a39c7096e39fc389f15d150e8c2b8c54c2;p=dmaap%2Fdatarouter.git diff --git a/csit/run-project-csit.sh b/csit/run-project-csit.sh index a990bf1b..0506a8df 100755 --- a/csit/run-project-csit.sh +++ b/csit/run-project-csit.sh @@ -16,13 +16,15 @@ # limitations under the License. # +# shellcheck disable=SC2155 export WORKSPACE=$(git rev-parse --show-toplevel)/csit -rm -rf ${WORKSPACE}/archives -mkdir -p ${WORKSPACE}/archives -cd ${WORKSPACE} +rm -rf "${WORKSPACE}"/archives +mkdir -p "${WORKSPACE}"/archives +# shellcheck disable=SC2164 +cd "${WORKSPACE}" -./run-csit.sh plans/dmaap-datarouter/ssl-dr-suite +./run-csit.sh plans/dmaap-datarouter/dr-suite