jacereda / fsatrace

Filesystem access tracer
ISC License
78 stars 12 forks source link

Output file even on non-zero exit code #22

Closed ndmitchell closed 5 years ago

ndmitchell commented 5 years ago

At the moment if the process returns a non-zero exit code then fsatrace does nothing. I find that surprising - I'd expect it to always produce the output, and then bubble the exit code back as well. Assuming you want to keep the default behaviour, an option would be useful.

ndmitchell commented 5 years ago

Thanks!