X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=testcases%2FControllers%2FODL%2FCI%2Fcreate_venv.sh;h=19d9b49c4a555a11b94f5b2dae473b4df4e46a30;hb=9cb9408de68274784bfef3eb1712a44a9a179348;hp=5d0733a5a128f2081d9439679351d58761b68192;hpb=bc49f02d832f2bf3d2e835583c1b8e3420fa4329;p=functest.git diff --git a/testcases/Controllers/ODL/CI/create_venv.sh b/testcases/Controllers/ODL/CI/create_venv.sh old mode 100644 new mode 100755 index 5d0733a5a..19d9b49c4 --- a/testcases/Controllers/ODL/CI/create_venv.sh +++ b/testcases/Controllers/ODL/CI/create_venv.sh @@ -13,7 +13,7 @@ function venv_install() { elif command -v virtualenv; then virtualenv $1 else - echo Please make sure virtualenv package is installed. + echo Cannot find virtualenv command. return 1 fi }