From 771c60302f829b310e78a4e41c51488812a5cfa2 Mon Sep 17 00:00:00 2001 From: Marc Egger <marc.egger@uzh.ch> Date: Wed, 14 Oct 2020 11:29:54 +0200 Subject: [PATCH] debug gitlab CI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7843c690f..ae87bc3c2 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ phpunit: # create new kind of config (qfq.json) cp -v typo3conf/ext/qfq/Tests/phpunit_qfq.json typo3conf/ext/qfq.json; sed -i "s/#PHPUNIT_PASSWORD#/$(PHPUNIT_MYSQL_PASSWORD)/" typo3conf/ext/qfq.json - cp -v typo3conf/ext/qfq/Tests/phpunit_qfq.json typo3conf/ext/qfq.json; sed -i "s/#PHPUNIT_PASSWORD#/$(PHPUNIT_MYSQL_PASSWORD)/" ../qfq.json + cp -v typo3conf/ext/qfq/Tests/phpunit_qfq.json ../qfq.json; sed -i "s/#PHPUNIT_PASSWORD#/$(PHPUNIT_MYSQL_PASSWORD)/" ../qfq.json # run phpunit cd typo3conf/ext/qfq/; pwd; vendor/bin/phpunit --configuration phpunit.xml -- GitLab