From 9aaa9ebb5e500f0c59c87843afe2a1cf7f36ee27 Mon Sep 17 00:00:00 2001 From: Raphael Marchese Date: Mon, 30 Oct 2023 18:32:43 +0100 Subject: [PATCH] test run test debug mode --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index a2b2c12..1c0b293 100755 --- a/test.sh +++ b/test.sh @@ -11,7 +11,7 @@ cd project/ || return git reset --hard b5710da # Run the script -"$current_dir"/template-sync.sh https://github.com/dunglas/symfony-docker +"$current_dir"/template-sync.sh https://github.com/dunglas/symfony-docker --debug # Check if docker directory has been replaced by frankenphp directory as intended if [ -d "frankenphp" ] && [ ! -d "docker" ]; then