changeset 18:3b56d88a7ab8

writelog: Remove test output
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 31 Jan 2016 13:52:28 +0000
parents 5a7f556c223d
children 0d1007320d02
files src/formats/writelog.rs
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/formats/writelog.rs	Sun Jan 31 13:01:22 2016 +0000
+++ b/src/formats/writelog.rs	Sun Jan 31 13:52:28 2016 +0000
@@ -347,6 +347,7 @@
                 }
             }
         }
+        fs::remove_file(filename);
     }
 
     extern crate time;