Skip to content

Commit

Permalink
Merge branch 'b-7.2.x' into b-8.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Aug 13, 2024
2 parents 3a9606d + 660b292 commit ccd5c37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/scripts/shop-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,7 @@ echo "codecept build exited with error code ${RESULT}"
| tee "${LOG_FILE}"
RESULT=$?
echo "codecept run exited with error code ${RESULT}"
if [ -f /var/www/source/config.inc.php ]; then
cp /var/www/source/config.inc.php "${OUTPUT_DIR}"/config.inc.php
fi
"${SCRIPT_DIR}check_log.sh" "${LOG_FILE}" "${PATTERN_FILE}"

0 comments on commit ccd5c37

Please sign in to comment.