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

Remove temporary files created in 'show_warnings()' #46

Merged
merged 1 commit into from Jan 24, 2020
Merged

Remove temporary files created in 'show_warnings()' #46

merged 1 commit into from Jan 24, 2020

Conversation

Labels
None yet
Projects
None yet
2 participants
@stevenengler
Copy link
Contributor

@stevenengler stevenengler commented Jan 22, 2020

See ticket #32972.

When the Chutney test-network script ends, it displays warnings from the tor logs. It summarizes/filters them in the show_warnings() function in tools/warnings.sh. This function creates two files with LOGS=$(mktemp) and FILTERED_LOGS=$(mktemp) but never deletes them when it's done.

@torproject-pusher torproject-pusher merged commit 2cd77aa into torproject:master Jan 24, 2020
1 check passed
@stevenengler stevenengler deleted the ticket-32972 branch Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment