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

Test suite fails with no useful errors if socat is missing #5020

Closed
hadess opened this issue Jul 29, 2022 · 1 comment
Closed

Test suite fails with no useful errors if socat is missing #5020

hadess opened this issue Jul 29, 2022 · 1 comment

Comments

@hadess
Copy link
Contributor

hadess commented Jul 29, 2022

tests/make-test-runtime.sh sets -e in lieu of implementing useful error checking, and will simply abort silently, with no error messages, if socat isn't installed on the system. The build system doesn't check for it,

GeorgesStavracas added a commit to GeorgesStavracas/flatpak that referenced this issue Oct 3, 2023
The tests/make-test-runtime.sh scripts sets '-e' in lieu of
implementing useful error checking, but doesn't actually check
if the programs it uses exist in the first place; and aborts
silently when they're not available.

It is more useful to warn about them, and stop execution earlier.
This leaves some leftover files, but arguably that's better than
leaving leftover files AND people scratching their heads.

Warn about missing required programs.

Related: flatpak#5020
smcv pushed a commit that referenced this issue Oct 4, 2023
The tests/make-test-runtime.sh scripts sets '-e' in lieu of
implementing useful error checking, but doesn't actually check
if the programs it uses exist in the first place; and aborts
silently when they're not available.

It is more useful to warn about them, and stop execution earlier.
This leaves some leftover files, but arguably that's better than
leaving leftover files AND people scratching their heads.

Warn about missing required programs.

Related: #5020
@GeorgesStavracas
Copy link
Member

Assuming #5548 is sufficient for now

smcv pushed a commit to smcv/flatpak that referenced this issue Nov 14, 2023
The tests/make-test-runtime.sh scripts sets '-e' in lieu of
implementing useful error checking, but doesn't actually check
if the programs it uses exist in the first place; and aborts
silently when they're not available.

It is more useful to warn about them, and stop execution earlier.
This leaves some leftover files, but arguably that's better than
leaving leftover files AND people scratching their heads.

Warn about missing required programs.

Related: flatpak#5020
(cherry picked from commit 6a57fa4)
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

No branches or pull requests

2 participants