From: Bin Yang Date: Wed, 11 Dec 2019 06:26:35 +0000 (+0000) Subject: Fix sonar script issue X-Git-Tag: 6.0.0-ONAP~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F60%2F99460%2F1;p=multicloud%2Fazure.git Fix sonar script issue Change-Id: Ie51cce3a417e2e78c07cd8dc0e807202be37cbe8 Issue-ID: MULTICLOUD-963 Signed-off-by: Bin Yang --- diff --git a/azure/sonar.sh b/azure/sonar.sh index c5b06df..f823ae5 100755 --- a/azure/sonar.sh +++ b/azure/sonar.sh @@ -56,7 +56,7 @@ run_tox_test() pip install --upgrade pip pip install --upgrade tox argparse pip freeze - cd multicloud_azure + cd ${CURDIR} tox -e cover deactivate cd ..