Actions
Bug #86543
closedtypo3/sysext/core/bin/typo3 upgrade:run returns failure status code when zero wizards need to run
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
CLI
Target version:
-
Start date:
2018-10-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
$ public/typo3/sysext/core/bin/typo3 upgrade:run; echo "returned status code: $?" ! [NOTE] Wizard extensionManagerTables does not need to make changes. ! [NOTE] Wizard databaseRowsUpdateWizard does not need to make changes. ! [NOTE] Wizard commandLineBackendUserRemovalUpdate does not need to make changes. [OK] No wizards left to run. returned status code: 1
Expected output:
… returned status code: 0
Actions