X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Ftestapi%2Finstall.sh;h=bf828b5800511932ed1f575046514ed96ffa9f1c;hb=d76961462b0b94566a29254278609df16a144643;hp=c55691aed6e72871b54b8a33b2436419c68e3c9b;hpb=d16036fdd1a6335af617c1520c989fc43db6278c;p=releng.git 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