Salome HOME
FSAt package --binaries: substitute also the generated components paths
[tools/sat.git] / commands / check.py
index e044ad49afabbaf7a9c4e836d77b47ff06e5e7b2..cfa2c822946fdb60fbadfc2fc34c2e140fb96476 100644 (file)
@@ -139,6 +139,7 @@ def check_product(p_name_info, config, logger):
 
     # Get the command to execute for script products
     cmd_found = True
+    command = ""
     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":
@@ -173,7 +174,7 @@ def check_product(p_name_info, config, logger):
 
     # Launch the check    
     log_step(logger, header, "CHECK")
-    res = builder.check()
+    res = builder.check(command=command)
     log_res_step(logger, res)
     
     # Log the result