Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
(from parent 1:
2a51732
)
Merge "bug-fix: do not have permission to execute sudo pip"
author
Jun Li
<lijun_1203@126.com>
Thu, 12 Oct 2017 01:06:54 +0000
(
01:06
+0000)
committer
Gerrit Code Review
<gerrit@opnfv.org>
Thu, 12 Oct 2017 01:06:54 +0000
(
01:06
+0000)
jjb/bottlenecks/bottlenecks-run-suite.sh
patch
|
blob
|
history
diff --git
a/jjb/bottlenecks/bottlenecks-run-suite.sh
b/jjb/bottlenecks/bottlenecks-run-suite.sh
index
f0b8a40
..
c349062
100644
(file)
--- a/
jjb/bottlenecks/bottlenecks-run-suite.sh
+++ b/
jjb/bottlenecks/bottlenecks-run-suite.sh
@@
-72,7
+72,7
@@
if [[ $SUITE_NAME == *posca* ]]; then
set +e
- sudo pip install virtualenv
+ sudo
-H
pip install virtualenv
cd ${RELENG_REPO}/modules
sudo virtualenv venv