From 907378eec7b74bfeecf0ae1046f22afa9ab877e6 Mon Sep 17 00:00:00 2001 From: Quentin Cozette Date: Mon, 4 Jan 2021 18:52:55 +0100 Subject: [PATCH] Set RESTRICTED_ROOT_DIR at launch time to be able to run every HDF tests with salome launcher --- products/RESTRICTED.pyconf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/products/RESTRICTED.pyconf b/products/RESTRICTED.pyconf index d88e859..a260985 100644 --- a/products/RESTRICTED.pyconf +++ b/products/RESTRICTED.pyconf @@ -7,6 +7,10 @@ default : repo : $PROJECTS.projects.salome.git_info.default_git_server + "restricted.git" repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "restricted.git" } + environ : + { + launch : {RESTRICTED_ROOT_DIR : $source_dir} + } depend : [ ] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name properties : -- 2.39.2