summaryrefslogtreecommitdiffstats
path: root/utils/test
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2017-03-23 09:11:30 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-23 09:11:30 +0000
commit05d85f74c75f14e061316835329173cc88e9bb02 (patch)
tree66b1db03d10f1bcc3b9063c7a1649c838fccae02 /utils/test
parent6f511d54df8505f2385cdc91345154f6dd81fab9 (diff)
parent0a9f97f250518e8f9ecd4b9b6db7c430630be97f (diff)
Merge "restore setup.cfg in case submitted by mistake"
Diffstat (limited to 'utils/test')
-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