diff --git a/test/fuzzer.cpp b/test/fuzzer.cpp index afa506714..053d880f2 100644 --- a/test/fuzzer.cpp +++ b/test/fuzzer.cpp @@ -205,7 +205,7 @@ Allowed options)", catch (po::error const& _exception) { cerr << _exception.what() << endl; - return false; + return 1; } if (arguments.count("quiet"))