aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Rose <dr695h@att.com>2018-11-02 18:24:53 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-02 18:24:53 +0000
commit423194d1bf638829af0c4bd0065f3d2247dbf463 (patch)
treed682d3d241c66fbf7ead108b9b2e584bd32a6527
parent1cea435f0a0180674fde1866a9447d456f2eb6e7 (diff)
parent12711024fae13304c94fa436647ad4d828e65d21 (diff)
Merge "Remove redundant nesting of Robot log output"
-rwxr-xr-xrunTags.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runTags.sh b/runTags.sh
index 57215d17..d17b1a16 100755
--- a/runTags.sh
+++ b/runTags.sh
@@ -86,7 +86,7 @@ echo -e "Executing robot tests at log level ${LOG_LEVEL}"
ROBOT_LIBS=./robot/library:./robot/library/eteutils:./robot/library/heatbridge
cd /var/opt/${INSTALL_NAME}
-python -m robot.run -L ${LOG_LEVEL} -d ${OUTPUT_FOLDER} ${VARIABLEFILES} ${VARIABLES} ${LISTENERS} -P ${ROBOT_LIBS} ${ROBOT_TAGS} $(pwd)
+python -m robot.run -L ${LOG_LEVEL} -d ${OUTPUT_FOLDER} ${VARIABLEFILES} ${VARIABLES} ${LISTENERS} -P ${ROBOT_LIBS} ${ROBOT_TAGS} /var/opt/${INSTALL_NAME}/robot/testsuites/
RET_CODE=$?
# Stop Xvfb we started earlier