Page MenuHomeIn-Portal Phabricator

INP-1793 - Disable output buffering in Console
ClosedPublic

Authored by alex on Dec 23 2020, 8:39 AM.

Details

Test Plan
  1. uncomment exit_code(1, 'This script needs to be enabled manually !'); line in /tools/run_event.php file
  2. execute php tools/run_event.php adm:OnDeploy b674006f3edb1d9cd4d838c150b0567d command in root folder of a project
  3. confirm, that deployment script output is displayed gradually (first the action name, e.g. Importing LanguagePack ... and then OK) instead of all at once
  4. execute php tools/cron.php command in root folder of a project
  5. confirm, that no error happened

Diff Detail

Repository
rINP In-Portal
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

alex created this revision.Dec 23 2020, 8:39 AM
alex requested review of this revision.Dec 23 2020, 8:39 AM
alex added a project: Restricted Project.Dec 23 2020, 8:39 AM
erik accepted this revision.Mar 3 2021, 4:56 AM
This revision is now accepted and ready to land.Mar 3 2021, 4:56 AM
This revision was automatically updated to reflect the committed changes.