summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-03-23 15:58:39 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2017-03-23 15:58:39 +0800
commit0a9f97f250518e8f9ecd4b9b6db7c430630be97f (patch)
treebc021544bc14932782356560043365ff933f0538
parent34e12d9aa0e7cc9baeba6de454fbce00ae627aea (diff)
restore setup.cfg in case submitted by mistake
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>
-rwxr-xr-xutils/test/testapi/install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/test/testapi/install.sh b/utils/test/testapi/install.sh
index c55691aed..bf828b580 100755
--- 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