Skip to content

Commit 516cca7

Browse files
committed
try adding parameter to dc exec
- AUT-847
1 parent bdd13ad commit 516cca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ logs: ## show logs
3737
$(DOCKER_COMPOSE) logs -f web
3838

3939
test: ## run tests
40-
$(DOCKER_COMPOSE) exec web /bin/bash -l -c "cd /var/www/html && vendor/bin/phpunit -c test/phpunit.xml $(FILTERARGS) $(TESTFILE)"
40+
$(DOCKER_COMPOSE) exec -T web /bin/bash -l -c "cd /var/www/html && vendor/bin/phpunit -c test/phpunit.xml $(FILTERARGS) $(TESTFILE)"
4141

4242
packages: ## install packages
4343
$(DOCKER_COMPOSE) run --rm web composer install

0 commit comments

Comments
 (0)