X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=commands%2Fscript.py;fp=commands%2Fscript.py;h=0ca14348b6cdba3ee9c0f77e6f551a2a43ca9b19;hb=e3c35a966af2b403f298f52d31fe0e5bb7996027;hp=7345977be0c0c23ec96f683c2e20a4fd1466a4af;hpb=e2c6fbe1a69ff0af87edf10f1f79e197d45a5447;p=tools%2Fsat.git diff --git a/commands/script.py b/commands/script.py index 7345977..0ca1434 100644 --- a/commands/script.py +++ b/commands/script.py @@ -106,7 +106,7 @@ def run_script_of_product(p_name_info, nb_proc, config, logger): # Instantiate the class that manages all the construction commands # like cmake, make, make install, make test, environment management, etc... - builder = src.compilation.Builder(config, logger, p_info) + builder = src.compilation.Builder(config, logger, p_name, p_info) # Prepare the environment log_step(logger, header, "PREPARE ENV")