X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=commands%2Fjob.py;h=f27f7e733363ba4b6dde398d9517f092f75fa878;hb=86042d1d4bc886479259b14865ad220f1a8c8a1a;hp=136e2ab740d79debc26a8c590ffef5fd9da1fc11;hpb=de024cf3c602eb4e284cc735b3435f695b6bba40;p=tools%2Fsat.git diff --git a/commands/job.py b/commands/job.py index 136e2ab..f27f7e7 100644 --- a/commands/job.py +++ b/commands/job.py @@ -155,7 +155,8 @@ def run(args, runner, logger): nb_pass += 1 logger.write('%s\n' % src.printcolors.printc(src.OK_STATUS), 3) else: - res = 1 + if sat_command_name != "test": + res = 1 logger.write('%s %s\n' % (src.printcolors.printc(src.KO_STATUS), error), 3) if len(stack) > 0: