Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent SIGCHLD handler override within tests #6090

Merged
merged 1 commit into from
Dec 21, 2024
Merged

Prevent SIGCHLD handler override within tests #6090

merged 1 commit into from
Dec 21, 2024

Conversation

baierjan
Copy link
Member

This should prevent _setup_sigchld_handler overriding the handler for IPC::Run3 inside AssetPack. Without this, the sass process is not handled correctly inside the tests and the assets are not correctly compiled by the AssetPack.

Reference: https://progress.opensuse.org/issues/174607

This should prevent _setup_sigchld_handler overriding the handler for
IPC::Run3 inside AssetPack. Without this, the sass process is not
handled correctly inside the tests and the assets are not correctly
compiled by the AssetPack.

Reference: https://progress.opensuse.org/issues/174607
@perlpunk
Copy link
Contributor

codecov report missing, merging manually

@perlpunk perlpunk merged commit a0f99de into master Dec 21, 2024
48 checks passed
@perlpunk perlpunk deleted the assetpack branch December 21, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants