Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkauron <9221197+kauron@users.noreply.github.com>2021-02-12 12:13:57 +0300
committerkauron <9221197+kauron@users.noreply.github.com>2021-02-12 12:42:55 +0300
commitcc49b0b570db6efecd6e870c6a2651d023b57525 (patch)
treec5a6b83042cdb3d7a9c8b7bf0933497dff37412a /Makefile
parentac22fbe40db9cc4e247c5755eae992d137a0804d (diff)
Fix test execution paths
Signed-off-by: kauron <9221197+kauron@users.noreply.github.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f66ef236..4a688113 100644
--- a/Makefile
+++ b/Makefile
@@ -113,5 +113,5 @@ appstore: clean lint build-js-production
.PHONY: test
test: composer
- $(CURDIR)/vendor/phpunit/phpunit/phpunit --coverage-clover clover.xml -c phpunit.xml
+ $(CURDIR)/vendor/phpunit/phpunit/phpunit --coverage-clover clover.xml -c tests/phpunit.xml
$(CURDIR)/vendor/phpunit/phpunit/phpunit -c phpunit.integration.xml