X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ci%2Fjjb%2Fshell%2Fverify.sh;h=1bb45ce412b432f93672c47474ca90126d0f1b6a;hb=97aec506decb655c865452acb5b5fcef72bb8673;hp=4b3016f5257cf93669262257f61d8282ffa2c7c1;hpb=d97c464fe4c7ae16385bf101405a1f1f6a2dcb09;p=icn.git diff --git a/ci/jjb/shell/verify.sh b/ci/jjb/shell/verify.sh index 4b3016f..1bb45ce 100644 --- a/ci/jjb/shell/verify.sh +++ b/ci/jjb/shell/verify.sh @@ -6,7 +6,7 @@ echo "---> verify.sh" set -exuf -o pipefail function clean_vm { - vagrant destroy -f + vagrant destroy -f } trap clean_vm EXIT @@ -19,5 +19,5 @@ sudo resize2fs /dev/sda3 sudo apt update sudo apt install -y make cd /vagrant -sudo make verifier +sudo su -c 'make verifier' "