Explorar o código

Delete temporary files from warning filtering

Steven Engler %!s(int64=5) %!d(string=hai) anos
pai
achega
17cae1a348
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tools/warnings.sh

+ 1 - 0
tools/warnings.sh

@@ -77,6 +77,7 @@ show_warnings() {
     if [ "$CHUTNEY_WARNINGS_SUMMARY" != true ]; then
         $ECHO_Q ""
     fi
+    rm "${LOGS}" "${FILTERED_LOGS}"
 }
 
 usage() {