aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/ci/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'xtesting/ci/run_tests.py')
-rw-r--r--xtesting/ci/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtesting/ci/run_tests.py b/xtesting/ci/run_tests.py
index 255b74df..c359ba6e 100644
--- a/xtesting/ci/run_tests.py
+++ b/xtesting/ci/run_tests.py
@@ -146,7 +146,7 @@ class Runner(object):
msg.add_row([test.get_name(), test.get_project(), "00:00", "SKIP"])
LOGGER.info("Test result:\n\n%s\n", msg)
return testcase.TestCase.EX_TESTCASE_SKIPPED
- result = testcase.TestCase.EX_RUN_ERROR
+ result = testcase.TestCase.EX_TESTCASE_FAILED
run_dict = self.get_run_dict(test.get_name())
if run_dict:
try: