From: DR695H Date: Thu, 3 Aug 2017 16:22:23 +0000 (-0400) Subject: fixing setup.sh due to new heatbridge X-Git-Tag: 1.0.0-Amsterdam~44^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3abcd691bc80496e278934e902713051dd2ac9a2;p=testsuite.git fixing setup.sh due to new heatbridge [TEST-48] setup.sh has to use new directory to install python Change-Id: I78b3ea99e905175ba4185568d01f9cb5430b4175 Signed-off-by: DR695H --- diff --git a/setup.sh b/setup.sh index bbb534fd..a12bb634 100644 --- a/setup.sh +++ b/setup.sh @@ -50,7 +50,7 @@ else cd heatbridge fi fi -pip install --no-cache-dir --upgrade --target="$path/robot/library" . +pip install --no-cache-dir --upgrade --target="$path/robot/library" ./heatbridge # NOTE: Patch to incude explicit install of paramiko to 2.0.2 to work with sshlibrary 2.1.2