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=bbb318a77629518ef2cc2e4b52cb089a92033323;hp=03386aae18234fcf70b29d80e3ac577791a90dd0;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 ..