From 45251726c0c72db34f4aa3a95dde421da8c2d0c9 Mon Sep 17 00:00:00 2001 From: Yuri Gorshenin Date: Thu, 25 Jun 2015 13:01:07 +0300 Subject: Review fixes. --- testing/testingmain.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/testingmain.cpp b/testing/testingmain.cpp index 7910cac5b9..9268b773ee 100644 --- a/testing/testingmain.cpp +++ b/testing/testingmain.cpp @@ -41,7 +41,6 @@ enum Status { STATUS_SUCCESS = 0, STATUS_FAILED = 1, - STATUS_HELP_DISPLAYED = 2, STATUS_BROKEN_FRAMEWORK = 5, }; @@ -121,7 +120,7 @@ int main(int argc, char * argv[]) if (options.help) { Usage(argv[0]); - return STATUS_HELP_DISPLAYED; + return STATUS_SUCCESS; } regexp::RegExpT filterRegExp; -- cgit v1.2.3