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

install_qa_check: Fix noclean interaction with merge-wait #1396

Conversation

zmedico
Copy link
Member

@zmedico zmedico commented Nov 4, 2024

Fixes: 8ac72ee ("install_qa_check: prematurely delete WORKDIR if FEATURES=merge-wait")
Bug: https://bugs.gentoo.org/942760

Comment on lines 262 to 263
if has merge-wait ${FEATURES} && \
! has keepwork ${FEATURES} && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The newline escapes are unnecessary when && appears as the last word on the line.

Fixes: 8ac72ee ("install_qa_check: prematurely delete WORKDIR if FEATURES=merge-wait")
Bug: https://bugs.gentoo.org/942760
Signed-off-by: Zac Medico <zmedico@gentoo.org>
@zmedico zmedico force-pushed the bug_942760_fix_noclean_interaction_with_merge-wait branch from 310598b to 6648a0d Compare November 4, 2024 20:51
@gentoo-bot gentoo-bot merged commit 6648a0d into gentoo:master Nov 4, 2024
13 checks passed
@zmedico zmedico deleted the bug_942760_fix_noclean_interaction_with_merge-wait branch November 4, 2024 20:52
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