summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'QA/Checker/checker.cpp')
-rw-r--r--QA/Checker/checker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/QA/Checker/checker.cpp b/QA/Checker/checker.cpp
index f4ec6f1..4d6a90e 100644
--- a/QA/Checker/checker.cpp
+++ b/QA/Checker/checker.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2010-2017 Isode Limited. 2 * Copyright (c) 2010-2019 Isode Limited.
3 * All rights reserved. 3 * All rights reserved.
4 * See the COPYING file for more information. 4 * See the COPYING file for more information.
5 */ 5 */
@@ -141,7 +141,7 @@ int main(int argc, char* argv[]) {
141 googleTestWasSuccessful = RUN_ALL_TESTS() == 0 ? true : false; 141 googleTestWasSuccessful = RUN_ALL_TESTS() == 0 ? true : false;
142 } catch (const ::testing::internal::GoogleTestFailureException& e) { 142 } catch (const ::testing::internal::GoogleTestFailureException& e) {
143 googleTestWasSuccessful = false; 143 googleTestWasSuccessful = false;
144 SWIFT_LOG(error) << "GoogleTestFailureException was thrown: " << e.what() << std::endl; 144 SWIFT_LOG(error) << "GoogleTestFailureException was thrown: " << e.what();
145 } 145 }
146 146
147 auto cppUnitWasSuccessful = result.wasSuccessful() ? true : false; 147 auto cppUnitWasSuccessful = result.wasSuccessful() ? true : false;