From: Serge Rehbinder Date: Mon, 26 Sep 2016 11:36:43 +0000 (+0200) Subject: fix bug for test command result X-Git-Tag: 5.0.0a1~98 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4e69a3391ebde58cbab948f9a82dd12bff4b7999;p=tools%2Fsat.git fix bug for test command result --- diff --git a/commands/test.py b/commands/test.py index 3b17e55..1c1aa7a 100644 --- a/commands/test.py +++ b/commands/test.py @@ -537,6 +537,9 @@ def run(args, runner, logger): "board", retcode, "Click on the link to get the detailed test results") - + + if retcode != 0: + retcode = 1 + return retcode