]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
bug fix
authorSerge Rehbinder <serge.rehbinder@cea.fr>
Tue, 17 Jan 2017 12:45:09 +0000 (13:45 +0100)
committerSerge Rehbinder <serge.rehbinder@cea.fr>
Tue, 17 Jan 2017 12:45:09 +0000 (13:45 +0100)
commands/check.py

index 8ec5a3aa32b47e7b0d67a1486b9846d40a0e7ec1..e044ad49afabbaf7a9c4e836d77b47ff06e5e7b2 100644 (file)
@@ -139,7 +139,7 @@ def check_product(p_name_info, config, logger):
 
     # Get the command to execute for script products
     cmd_found = True
-    if src.product.product_has_script(p_info):
+    if src.product.product_has_script(p_info) and not ignored:
         command = src.get_cfg_param(p_info, "test_build", "Not found")
         if command == "Not found":
             cmd_found = False