summaryrefslogtreecommitdiffstats
path: root/testapi
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
commitd319c7b16307957423b442160f616929caaaaadd (patch)
tree63eb6f67d46db977eeaac72c25f1e438fe482d2a /testapi
parenta6460e1b2ebcdbb6f823f26b03e1210c8212497c (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>
Diffstat (limited to 'testapi')
-rwxr-xr-xtestapi/install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/testapi/install.sh b/testapi/install.sh
index c55691a..bf828b5 100755
--- a/testapi/install.sh
+++ b/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