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

Combine config.log for all invokations of B2 #261

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

Flamefire
Copy link
Collaborator

When invoking b2 multiple times in the same tree the config.log file will be overwritten making it impossible to inspect all of it.

Save it to a temporary location when it exists and append the new content to it before restoring.

Should we show the (current) config.log in case of failure? For Github actions that could be in a collapsed subgroup. I'm currently working on showing test output after the run. See https://github.com/boostorg/locale/actions/runs/12629328707/job/35187051197?pr=252 and expand "Show config & test output"

When invoking b2 multiple times in the same tree the `config.log` file
will be overwritten making it impossible to inspect all of it.

Save it to a temporary location when it exists and append the new
content to it before restoring.
@Flamefire Flamefire requested a review from jeking3 January 7, 2025 09:31
@Flamefire Flamefire merged commit 85ed0b4 into master Jan 7, 2025
63 of 65 checks passed
@Flamefire Flamefire deleted the configlog branch January 7, 2025 17:31
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.

1 participant