diff --git a/Makefile b/Makefile index 7843c690f84c8248b5575fb06e0a2519b34baa80..ae87bc3c2c81e7d21aaa6a3899e6e4d153d69475 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