Skip to content

Commit

Permalink
Tweaking Missed Command
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenikkusu committed Aug 29, 2019
1 parent 67da4bd commit 3bab341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ DOCKER_EXTRA_OPTIONS ?=
DEBUG_ENABLE ?= false DEBUG_ENABLE ?= false


ifneq ($(COVERAGE_ENABLE),false) ifneq ($(COVERAGE_ENABLE),false)
CODECEPT_OPTIONS := --coverage --coverage-html CODECEPT_COVERAGE_OPTIONS := --coverage --coverage-html
endif endif


APP_DIRECTORY ?= /app APP_DIRECTORY ?= /app
Expand Down Expand Up @@ -180,4 +180,4 @@ codecept-build: CODECEPT_COMMAND=build
codecept-build: codecept codecept-build: codecept


codecept: ./vendor/codeception/codeception/codecept ext/modules/phalcon.so codecept: ./vendor/codeception/codeception/codecept ext/modules/phalcon.so
$(DOCKER_COMMAND) php $(PHP_ARGS) $(PHP_EXTRA_ARGS) ./vendor/codeception/codeception/codecept $(CODECEPT_COMMAND) $(CODECEPT_OPTIONS) $(CODECEPT_EXTRA_OPTIONS) $(DOCKER_COMMAND) php $(PHP_ARGS) $(PHP_EXTRA_ARGS) ./vendor/codeception/codeception/codecept $(CODECEPT_COMMAND) $(CODECEPT_OPTIONS) $(CODECEPT_EXTRA_OPTIONS) $(CODECEPT_COVERAGE_OPTIONS)

0 comments on commit 3bab341

Please sign in to comment.