SamirTalwar / smoke

Runs tests against anything, using command-line arguments, STDIN, STDOUT and STDERR.
MIT License
89 stars 10 forks source link

Continue when a file is missing. #54

Closed SamirTalwar closed 4 years ago

SamirTalwar commented 4 years ago

If an expected output file is missing, don't crash, but print a failure and carry on.

This also enhances the bless functionality to preserve the failure rather than converting it into an error.