[tor-commits] [chutney/master] Remove temporary files created in 'show_warnings()'

teor at torproject.org teor at torproject.org
Fri Jan 24 01:37:58 UTC 2020


commit 2cd77aab3bc7f3479a64ad3291478fb3a938d7ee
Author: Steven Engler <sengler at uwaterloo.ca>
Date:   Tue Jan 21 23:26:12 2020 -0500

    Remove temporary files created in 'show_warnings()'
---
 tools/warnings.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/warnings.sh b/tools/warnings.sh
index b8c263d..e9915a7 100755
--- a/tools/warnings.sh
+++ b/tools/warnings.sh
@@ -77,6 +77,8 @@ show_warnings() {
     if [ "$CHUTNEY_WARNINGS_SUMMARY" != true ]; then
         $ECHO_Q ""
     fi
+    # Remove the temporary files we created
+    rm "${LOGS}" "${FILTERED_LOGS}"
 }
 
 usage() {





More information about the tor-commits mailing list