aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-04-24 11:44:36 -0400
committerDR695H <dr695h@att.com>2019-04-24 11:44:54 -0400
commit932dd885d57a5ea84893dac8ed24d71cf073c65c (patch)
tree982003f8532b6749c0afd020019c5bc5c03f49c8
parentf4ed4b2d76de7b2a0cd3b90095130c630d446e4d (diff)
Update setup.sh for new pythontestingutils
Update setup.sh for new pythontestingutils Change-Id: I51a02f1e567b0c82a0172157d7132cdc7ab86f27 Issue-ID: TEST-141 Signed-off-by: DR695H <dr695h@att.com>
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index cf9b6ed1..55a422e2 100755
--- 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 ]