From bbb318a77629518ef2cc2e4b52cb089a92033323 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Wed, 11 Dec 2019 06:26:35 +0000 Subject: [PATCH] Fix sonar script issue Change-Id: Ie51cce3a417e2e78c07cd8dc0e807202be37cbe8 Issue-ID: MULTICLOUD-963 Signed-off-by: Bin Yang --- azure/sonar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .. -- 2.16.6