From 72788d8f5f8719aad3c79b5230e16a1f2c8263ad Mon Sep 17 00:00:00 2001 From: Eike Starkmann Date: Tue, 30 Jul 2024 16:35:47 +0200 Subject: [PATCH] Revert "[TASK] run tests in separate processes" This reverts commit 28892c988b075e57a6136d84f84c571191dea742. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 41cf6d1..4b83755 100644 --- a/composer.json +++ b/composer.json @@ -160,7 +160,7 @@ "ci:tests:create-directories": "mkdir -p .Build/public/typo3temp/var/tests", "ci:tests:functional": [ "@ci:tests:create-directories", - "paratest -f -c Build/phpunit/FunctionalTests.xml Tests/Functional" + "paratest -c Build/phpunit/FunctionalTests.xml Tests/Functional" ], "ci:tests:unit": ".Build/bin/phpunit -c Build/phpunit/UnitTests.xml Tests/Unit", "ci:ts:lint": "typoscript-lint -c Configuration/TsLint.yml --ansi -n --fail-on-warnings -vvv Configuration/TypoScript",