Return all status when running tiers 53/53053/1 0.22
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 4 Mar 2018 10:56:30 +0000 (11:56 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 4 Mar 2018 10:56:30 +0000 (11:56 +0100)
Change-Id: I31a062304d47c055c14e5afe8f560c3048b071f4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
xtesting/ci/run_tests.py

index 65e45db..ff10033 100644 (file)
@@ -192,8 +192,7 @@ class Runner(object):
                 test_case = self.executed_test_cases[test.get_name()]
                 if test_case.is_successful() != testcase.TestCase.EX_OK:
                     LOGGER.error("The test case '%s' failed.", test.get_name())
-                    if test.get_project() == "xtesting":
-                        self.overall_result = Result.EX_ERROR
+                    self.overall_result = Result.EX_ERROR
                     if test.is_blocking():
                         raise BlockingTestFailed(
                             "The test case {} failed and is blocking".format(