mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Current code wrote a single valgrind.log in the top-level directory. This was overwritten with each valgrinded program, which wasn't much use. The new version writes multiple separate valgrind-*.log files containing the date and PID (so each is unique). It would nice if valgrind could delete log files that don't contain errors, but this doesn't appear to be possible.