diff options
author | Daniel Rose <dr695h@att.com> | 2018-11-02 18:24:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-02 18:24:53 +0000 |
commit | 423194d1bf638829af0c4bd0065f3d2247dbf463 (patch) | |
tree | d682d3d241c66fbf7ead108b9b2e584bd32a6527 | |
parent | 1cea435f0a0180674fde1866a9447d456f2eb6e7 (diff) | |
parent | 12711024fae13304c94fa436647ad4d828e65d21 (diff) |
Merge "Remove redundant nesting of Robot log output"
-rwxr-xr-x | runTags.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |