From bd6e891704ac32aafba5dbe7d6b48dc1436308ef Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 3 May 2017 12:27:01 +0200 Subject: Fix return value in the fuzzer. --- test/fuzzer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/fuzzer.cpp b/test/fuzzer.cpp index afa50671..053d880f 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")) -- cgit v1.2.3