commit | d75bc1f3c19fb8eb2c79434e2fc9307dc83bff26 | [log] [tgz] |
---|---|---|
author | jiajun xu <jiajun.xu@intel.com> | Tue Dec 04 08:51:35 2012 +0800 |
committer | jiajun xu <jiajun.xu@intel.com> | Wed Dec 05 14:19:30 2012 +0800 |
tree | 322c7a0cc8b0c686127b40816c794d145410e5db | |
parent | d5a80069d8c92a6eda524903341c23dcf6bd571f [diff] |
use pip_install to install packages for tempest Change-Id: Ia892e0bc3c8c16119686daf26595c2b82d7e27b0
diff --git a/lib/tempest b/lib/tempest index 871e9e7..4bfdc50 100644 --- a/lib/tempest +++ b/lib/tempest
@@ -52,7 +52,7 @@ # Tempest doesn't satisfy its dependencies on its own, so # install them here instead. - sudo pip install -r $TEMPEST_DIR/tools/pip-requires + pip_install -r $TEMPEST_DIR/tools/pip-requires }