From 0a9f97f250518e8f9ecd4b9b6db7c430630be97f Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Thu, 23 Mar 2017 15:58:39 +0800 Subject: [PATCH] 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 --- utils/test/testapi/install.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.16.6