X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fbuildovs.sh;h=116473336301eab445bdea4e0c50ff15fce69245;hb=8c3385a7f73731316c70f976d45c0e962651f374;hp=db3ac9b6c117b8b4a19577641667a94c6148ab1b;hpb=9e14e09a0f1c986d88b239cc683f24bb850807de;p=ovsnfv.git diff --git a/ci/buildovs.sh b/ci/buildovs.sh index db3ac9b..1164733 100755 --- a/ci/buildovs.sh +++ b/ci/buildovs.sh @@ -87,7 +87,7 @@ BuildAndTestOVS.sh -d -p none -t echo "---------------------------------------" echo "Cleanup temporary dirs" echo -cd $BUILDDIR +cd $BUILD_BASE if [ -d $TMPDIR ] then @@ -112,6 +112,6 @@ fi # Destroy VM if one has been deployed. Also remove any local installation of # DPDK and OVS # -clean.sh +sudo ../ci/clean.sh exit 0