Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
34e12d9
)
restore setup.cfg in case submitted by mistake
97/31497/1
author
SerenaFeng
<feng.xiaowei@zte.com.cn>
Thu, 23 Mar 2017 07:58:39 +0000
(15:58 +0800)
committer
SerenaFeng
<feng.xiaowei@zte.com.cn>
Thu, 23 Mar 2017 07:58:39 +0000
(15:58 +0800)
in venv mode, setup.cfg will be modified to fit
venv condition, restore to the original after
installation
Change-Id: Ib38b2ab9e015201c812305414a207c05bdf7c830
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
utils/test/testapi/install.sh
patch
|
blob
|
history
diff --git
a/utils/test/testapi/install.sh
b/utils/test/testapi/install.sh
index
c55691a
..
bf828b5
100755
(executable)
--- a/
utils/test/testapi/install.sh
+++ b/
utils/test/testapi/install.sh
@@
-26,3
+26,6
@@
fi
cp -fr 3rd_party/static opnfv_testapi/tornado_swagger
python setup.py install
rm -fr opnfv_testapi/tornado_swagger/static
+if [ ! -z "$VIRTUAL_ENV" ]; then
+ sed -i -e 's#etc/opnfv_testapi =#/etc/opnfv_testapi =#g' setup.cfg
+fi
\ No newline at end of file