FLiT icon indicating copy to clipboard operation
FLiT copied to clipboard

Created file in flit executable not deleted if run fails

Open mikebentley15 opened this issue 6 years ago • 0 comments

For failure cases in the runFlitTests() function, the created output file is not deleted afterwards if the run fails to finish. This can be fixed with an RAII class (e.g. FileDeleter with a release() method on success).

mikebentley15 avatar Aug 26 '18 04:08 mikebentley15