]> git.sesse.net Git - stockfish/commit
Don't exit if unable to find bench file
authorMarco Costalba <mcostalba@gmail.com>
Fri, 4 Jan 2013 13:52:21 +0000 (14:52 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Fri, 4 Jan 2013 13:52:21 +0000 (14:52 +0100)
commit0454bbc54f35cc500858cfcb61723ac256ea320c
tree4a3bf3afc66cbc2e9c83ece2d580fae875a6cbdd
parent900e2d4e1e1424076ec197cbe22e941fbf8cbf6b
Don't exit if unable to find bench file

Now that we can call 'bench' command also from
interactive terminal it makes no more sense to
exit the application if the user types a wrong
file name.

No functional change.
src/benchmark.cpp