Skip to content

Commit d53219b

Browse files
committed
make
1 parent 29a13a7 commit d53219b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
SHELL=/bin/bash
22
WEBSERVER_HOST ?= localhost
33
WEBSERVER_PORT ?= 8000
4-
BROWSERTEST_OUTPUT_DIRECTORY ?= $(TMPDIR)
5-
BROWSERTEST_OUTPUT_DIRECTORY ?= /tmp
64

75
.PHONY: assemble, build, help, lint, lint-fix, login, provision, reset, start, status, stop, test, test-functional, test-kernel, test-unit
86

@@ -85,7 +83,7 @@ test-kernel:
8583

8684
test-functional:
8785
pushd "build" >/dev/null || exit 1 && \
88-
vendor/bin/phpunit --testsuite functional && \
86+
BROWSERTEST_OUTPUT_DIRECTORY=$(TMPDIR) vendor/bin/phpunit --testsuite functional && \
8987
popd >/dev/null || exit 1
9088

9189
reset:

0 commit comments

Comments
 (0)