Skip to content

Commit

Permalink
Attempt at fixing ignored option in uberenv command
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbernede committed Sep 3, 2024
1 parent 0b506e8 commit 0ebb196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gitlab/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0ebb196

Please sign in to comment.