diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-03-23 15:58:39 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-03-23 15:58:39 +0800 |
commit | d319c7b16307957423b442160f616929caaaaadd (patch) | |
tree | 63eb6f67d46db977eeaac72c25f1e438fe482d2a | |
parent | a6460e1b2ebcdbb6f823f26b03e1210c8212497c (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-x | testapi/install.sh | 3 |
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 |