Fix rally installation path in config yaml file
[functest.git] / testcases / Controllers / ODL / CI / create_venv.sh
old mode 100644 (file)
new mode 100755 (executable)
index 5d0733a..19d9b49
@@ -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
 }