Sfoglia il codice sorgente

Delete temporary files from warning filtering

Steven Engler 5 anni fa
parent
commit
17cae1a348
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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() {