Skip to content

Commit

Permalink
ignore database creation failure because doctrine dbal decided to be …
Browse files Browse the repository at this point in the history
…a stickler
  • Loading branch information
dbu committed Feb 18, 2024
1 parent debbd77 commit 6eedd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/make/functional_tests_orm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ functional_tests_orm:
@echo
@echo '+++ create ORM database +++'
@${CONSOLE} doctrine:schema:drop --env=orm --force
@${CONSOLE} doctrine:database:create --env=orm
@${CONSOLE} doctrine:database:create --env=orm || echo "Failed to create database. If this is sqlite, this is normal. Otherwise there will be an error with schema creation"
@${CONSOLE} doctrine:schema:create --env=orm
@echo '+++ run ORM functional tests +++'
ifeq ($(HAS_XDEBUG), 0)
Expand Down

0 comments on commit 6eedd07

Please sign in to comment.