Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2015-06-25 13:01:07 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:19 +0300
commit45251726c0c72db34f4aa3a95dde421da8c2d0c9 (patch)
treea25d5c2e9bca18f4648c9555f7c00d422f739cd0 /testing
parent8a2f2655dec7796b43b043a0d93415f8d930e630 (diff)
Review fixes.
Diffstat (limited to 'testing')
-rw-r--r--testing/testingmain.cpp3
1 files changed, 1 insertions, 2 deletions
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;