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

Use tee for dry run so output is visible in logs #16

Merged
merged 2 commits into from May 22, 2023
Merged

Conversation

johnwason
Copy link
Owner

The output of vcpkg --dry-run was redirected to a file to generate the file used for the cache key. Because the file was redirected, errors were not visible in the log. This pull request uses tee instead, so the output is stored in the file and also shown in the log.

@johnwason johnwason merged commit 1f721e7 into master May 22, 2023
18 checks passed
@johnwason johnwason deleted the dry_run_tee branch May 30, 2023 00:27
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.

None yet

1 participant