aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-11-02 09:43:14 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-11-02 09:43:14 -0700
commit12711024fae13304c94fa436647ad4d828e65d21 (patch)
tree8b30aa0495409bb608cdea8f5a749675a56a7d12
parentfdeeb91fe04098398f2507774d4ec4f04328dce2 (diff)
Remove redundant nesting of Robot log output
Change-Id: Ibae83d4f064965f43719d12c24e5230f8c0e3ae4 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-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