diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-07-27 10:11:59 +0200 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-07-27 09:27:14 +0000 |
commit | 1c3a04fd4779c828ac6f6b5806bdf68cb4fff04f (patch) | |
tree | 84b8cd1cb25cb08c2fbfd39491caecf7115f5ce0 /ci | |
parent | ab079c029b9a970e1cbc12b903da3d9e62d82212 (diff) |
Return -1 if copper test fails
Change-Id: Ib66d1b69c73603bab33950ca2c0fca3f07eb3d22
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/run_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/run_tests.py b/ci/run_tests.py index f172eecc6..a024dd720 100755 --- a/ci/run_tests.py +++ b/ci/run_tests.py @@ -104,7 +104,6 @@ def run_test(test, tier_name): duration_str = ("%02d:%02d" % divmod(duration, 60)) logger.info("Test execution time: %s" % duration_str) - result = 0 if result != 0: logger.error("The test case '%s' failed. " % test_name) OVERALL_RESULT = -1 |