-if [ -f "$FAILED_TESTCASES_LIST" ] && [ ! -z "$( ls -A $FAILED_TESTCASES_LIST )" ]; then
-if [ -s $FAILED_TESTCASES_LIST ]; then
-$TEST_SUITE=$(cat $FAILED_TESTCASES_LIST)
-else
-echo "All tested cases were bit-exact between $CI_MERGE_REQUEST_TARGET_BRANCH_NAME and $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME. No need to check for regressions."