intel / pin-based-cec

Pin-Based Constant Execution Checker (Pin-based CEC)
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

Delete result directories at the start of each run #8

Open alvarna opened 3 months ago

alvarna commented 3 months ago

Currently, the result directories (memtrace, iptrace etc) are not deleted at the start of each run. If there is any leftover data in those directories that does not get overwritten, this can affect the reported results.

Fix would be to delete these directories and files at the beginning of each run.