Skip to content

Commit

Permalink
[TASK] Remove Test debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
ochorocho committed Nov 27, 2024
1 parent 4392bb7 commit 5d28681
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Build/Scripts/runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ case ${TEST_SUITE} in
setUpDockerComposeDotEnv
docker compose run acceptance_backend_mariadb10
SUITE_EXIT_CODE=$?
#docker compose down
docker compose down
;;
cgl)
# Active dry-run for cgl needs not "-n" but specific options
Expand Down
2 changes: 0 additions & 2 deletions Build/testing-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ services:
php -S web:8000 -t ${CORE_ROOT}/.Build/Web
fi
"
ports:
- "8000:8000"
acceptance_backend_mariadb10:
image: typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
Expand Down

0 comments on commit 5d28681

Please sign in to comment.