Searched refs:test_result (Results 1 – 2 of 2) sorted by relevance
50 int test_result = RUN_ALL_TESTS(); in main() local51 LOG(INFO) << "unittest return value: " << test_result; in main()52 return test_result; in main()
175 if hasattr(cls, 'test_result') and cls.test_result and not cls.test_result.wasSuccessful():190 self.__class__.test_result = result