Skip to content

Commit 2fedd5a

Browse files
[BUGFIX] Fix missing "-s" command to runTests.sh invocation (#368)
1 parent 5736026 commit 2fedd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/HandlingAPatch/CleanupTypo3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ one-liner command, combining the mentioned parts from above:
9393
git fetch --all && \
9494
git reset --hard origin/main && \
9595
git pull --rebase && \
96-
./Build/Scripts/runTests.sh composerInstall && \
96+
./Build/Scripts/runTests.sh -s composerInstall && \
9797
ddev typo3 cache:flush && \
9898
ddev typo3 cache:warmup && \
9999
ddev typo3 extension:setup

0 commit comments

Comments
 (0)