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

CI: Avoid error with cat if there are multiple output log files per test #622

Merged
merged 1 commit into from
Jan 12, 2025

Conversation

mmuetzel
Copy link
Contributor

If a test is run with multiple (different) numbers of parallel processes, a separate set of test-stderr*.log and test-stdout*.log files is created for each number of parallel processes. If one of these tests fails for some reason, cat is essentially called with multiple file arguments (which it doesn't support).

Avoid that error by iterating through the list of test-stderr*.log and test-stdout*.log files.

… test

If a test is run with multiple (different) numbers of parallel processes,
a separate set of `test-stderr*.log` and `test-stdout*.log` files is
created for each number of parallel processes. If one of these tests
fails for some reason, `cat` is essentially called with multiple file
arguments (which it doesn't support).

Avoid that error by iterating through the list of `test-stderr*.log` and
`test-stdout*.log` files.
@raback raback merged commit 52290db into ElmerCSC:devel Jan 12, 2025
7 of 10 checks passed
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.

2 participants