[GitlabCI] run-tests.sh does not pass on SYMFONY_DEPRECATIONS_HELPER environment variable value to spawned processes
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3400218. --> Reported by: [mondrake](https://www.drupal.org/user/1307444) Related to !82 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>In contrib, using GitlabCI pipelines with the templates, the content of the SYMFONY_DEPRECATIONS_HELPER environment variable is taken into account when _PHPUNIT_CONCURRENT is set to 0 (hence PHPUnit CLI is executed), but not when it is set to 1 (hence run-tests.sh is executed.</p> <p>See <a href="https://drupal.slack.com/archives/CGKLP028K/p1699433881643249">https://drupal.slack.com/archives/CGKLP028K/p1699433881643249</a></p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Fix run-tests.sh so that it passes through the value of SYMFONY_DEPRECATIONS_HELPER to spawned processes.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3> <h3 id="summary-release-notes">Release notes snippet</h3>
issue