Update setup.sh for new pythontestingutils 63/86163/1
authorDR695H <dr695h@att.com>
Wed, 24 Apr 2019 15:44:36 +0000 (11:44 -0400)
committerDR695H <dr695h@att.com>
Wed, 24 Apr 2019 15:44:54 +0000 (11:44 -0400)
Update setup.sh for new pythontestingutils

Change-Id: I51a02f1e567b0c82a0172157d7132cdc7ab86f27
Issue-ID: TEST-141
Signed-off-by: DR695H <dr695h@att.com>
setup.sh

index cf9b6ed..55a422e 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -58,7 +58,7 @@ pip install \
 --no-cache-dir \
 --upgrade \
 --exists-action s \
---target="$path/robot/library" .
+--target="$path/robot/library" ./robotframework-onap
 
 
 if [ -d $path/testsuite/heatbridge ]