modelica-tools / csv-compare

Tool to compare curves from one csv files with curves from other csv files using an adjustable tolerance
https://www.modelica.org
BSD 3-Clause "New" or "Revised" License
26 stars 15 forks source link

don't create temp logfile when logging to console #35

Closed elmirjagudin closed 8 years ago

elmirjagudin commented 8 years ago

Create the temp log only if we are going to use it. This prevents temp file leaks when logging to console.

This is a big problem for us in our CI system. There are large number of files created in temp-directory, which requires us to regularly run clean-up scripts.

svenruetz commented 8 years ago

thank you for the fix