diff options
author | DR695H <dr695h@att.com> | 2019-04-24 11:44:36 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-04-24 11:44:54 -0400 |
commit | 932dd885d57a5ea84893dac8ed24d71cf073c65c (patch) | |
tree | 982003f8532b6749c0afd020019c5bc5c03f49c8 | |
parent | f4ed4b2d76de7b2a0cd3b90095130c630d446e4d (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-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ] |