Closed sy6sy2 closed 1 year ago
Just noticed that if you run diec -j ./foo and foo file does not exist then you obtain Cannot find: ./foo but the exit code of diec is 0.
diec -j ./foo
foo
Cannot find: ./foo
diec
I expect the status code to be other than 0 because we have an error here.
Thanks for the idea. I will take a look.
Ok. It will be in the next version.
Tested on version 3.08. Fixed. thanks!
Just noticed that if you run
diec -j ./foo
andfoo
file does not exist then you obtainCannot find: ./foo
but the exit code ofdiec
is 0.I expect the status code to be other than 0 because we have an error here.