Fix sonar script issue 60/99460/1
authorBin Yang <bin.yang@windriver.com>
Wed, 11 Dec 2019 06:26:35 +0000 (06:26 +0000)
committerBin Yang <bin.yang@windriver.com>
Wed, 11 Dec 2019 06:26:35 +0000 (06:26 +0000)
Change-Id: Ie51cce3a417e2e78c07cd8dc0e807202be37cbe8
Issue-ID: MULTICLOUD-963
Signed-off-by: Bin Yang <bin.yang@windriver.com>
azure/sonar.sh

index c5b06df..f823ae5 100755 (executable)
@@ -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 ..