From 0ebb1969cd6408756a9e05fd9ad7ee72a02be1a2 Mon Sep 17 00:00:00 2001 From: "Adrien M. BERNEDE" <51493078+adrienbernede@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:39:36 +0200 Subject: [PATCH] Attempt at fixing ignored option in uberenv command --- scripts/gitlab/build_and_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gitlab/build_and_test.sh b/scripts/gitlab/build_and_test.sh index cea752ada..f2d020918 100755 --- a/scripts/gitlab/build_and_test.sh +++ b/scripts/gitlab/build_and_test.sh @@ -102,7 +102,7 @@ mkdir -p ${prefix} spack_cmd="${prefix}/spack/bin/spack" spack_env_path="${prefix}/spack_env" -uberenv_cmd="$(pwd)/tpl/RAJA/scripts/uberenv/uberenv.py --project-json=\"$(pwd)/.uberenv_config.json\"" +uberenv_cmd="$(pwd)/tpl/RAJA/scripts/uberenv/uberenv.py --project-json=$(pwd)/.uberenv_config.json" if [[ ${spack_debug} == true ]] then spack_cmd="${spack_cmd} --debug --stacktrace"