Skip to content

Commit

Permalink
Merge branch '6.4' into 7.0
Browse files Browse the repository at this point in the history
* 6.4:
  fix used class after merge
  fix tests
  [Console] Only execute additional checks for color support if the output is a TTY
  fix aircraft inflection
  [TwigBundle] Fix configuration when 'paths' is null
  register the MailPaceTransportFactory
  [String] Correct inflection of axis
  [Security] Fix `AuthenticationUtils::getLastUsername()` returning null
  [Process] Fixed inconsistent test
  • Loading branch information
xabbuh committed Jan 19, 2024
2 parents 31ce4a4 + d33b31f commit c9920b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ErrorProcessInitiator.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
while (!str_contains($process->getOutput(), 'ready')) {
usleep(1000);
}
$process->signal(\SIGSTOP);
$process->isRunning() && $process->signal(\SIGSTOP);
$process->wait();

return $process->getExitCode();
Expand Down

0 comments on commit c9920b0

Please sign in to comment.