Skip to content
Snippets Groups Projects
Commit 5dabddfe authored by Christian Kuhn's avatar Christian Kuhn Committed by Daniel Goerz
Browse files

[TASK] runTests.sh: Allow to execute phpstan sub-set

Allow a call like
Build/Scripts/runTests.sh -s phpstan typo3/sysext/linkvalidator

Change-Id: Ic7bdc943ab203b34b8710bf95468b9335c6e31ae
Resolves: #93710
Release: master, 10.4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68357


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent e4817920
Branches
Tags
No related merge requests found
......@@ -1117,7 +1117,7 @@ services:
set -x
fi
mkdir -p .cache
bin/phpstan analyse --no-progress --no-interaction --memory-limit 4G
bin/phpstan analyse --no-progress --no-interaction --memory-limit 4G ${TEST_FILE}
"
unit:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment