Mercurial > trustbridge
comparison ui/main.cpp @ 1074:8d811b030959
(issue116) Always do selftest on windows
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 10 Sep 2014 17:54:50 +0200 |
parents | 1e429faf7c84 |
children | 96e448e1cc9f |
comparison
equal
deleted
inserted
replaced
1073:fa3f4e2370d3 | 1074:8d811b030959 |
---|---|
82 * On GNU/Linux platforms you should use an IDS system to | 82 * On GNU/Linux platforms you should use an IDS system to |
83 * monitor executable corruptions. | 83 * monitor executable corruptions. |
84 */ | 84 */ |
85 if (!selftest()) { | 85 if (!selftest()) { |
86 syslog_error_printf ("Integrity check failed."); | 86 syslog_error_printf ("Integrity check failed."); |
87 #ifdef RELEASE_BUILD | |
88 return -1; | 87 return -1; |
89 #endif | |
90 } | 88 } |
91 #endif | 89 #endif |
92 | 90 |
93 QApplication app (argc, argv); | 91 QApplication app (argc, argv); |
94 | 92 |