fixing setup.sh due to new heatbridge 53/6653/1
authorDR695H <dr695h@att.com>
Thu, 3 Aug 2017 16:22:23 +0000 (12:22 -0400)
committerDR695H <dr695h@att.com>
Thu, 3 Aug 2017 16:22:31 +0000 (12:22 -0400)
[TEST-48] setup.sh has to use new directory
to install python

Change-Id: I78b3ea99e905175ba4185568d01f9cb5430b4175
Signed-off-by: DR695H <dr695h@att.com>
setup.sh

index bbb534f..a12bb63 100644 (file)
--- 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