We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 277b7ff + 7ecb1e4 commit 043a9aeCopy full SHA for 043a9ae
bin/run-tests-in-virtual-screen.sh
@@ -6,7 +6,7 @@ if [ "${ROBOT_TEST_RUN_ID}" = "" ]
6
then
7
ROBOT_REPORTS_FINAL_DIR="${ROBOT_REPORTS_DIR}"
8
else
9
- REPORTS_DIR_HAS_TRAILING_SLASH=`echo ${ROBOT_REPORTS_DIR} | grep '/$'`
+ REPORTS_DIR_HAS_TRAILING_SLASH=`echo ${ROBOT_REPORTS_DIR} | grep -c '/$'`
10
11
if [ ${REPORTS_DIR_HAS_TRAILING_SLASH} -eq 0 ]
12
0 commit comments