Skip to content

Commit

Permalink
Undo a minor change that I did while trying to get the EXECENV to work
Browse files Browse the repository at this point in the history
----
Signed-off-by: Lydia Duncan <lydia-duncan@users.noreply.github.com>
  • Loading branch information
lydia-duncan committed Oct 3, 2024
1 parent fc8122a commit 3ca0f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mason/EXECENV
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ print('MASON_HOME=$PWD/mason_home')

print('MASON_REGISTRY=registry|https://github.com/chapel-lang/mason-registry')
print('MASON_OFFLINE=false')
print('SPACK_ROOT=$MASON_HOME/spack')
print('SPACK_ROOT=$PWD/mason_home/spack')

cachePath = os.getenv('REPO_CACHE_PATH', default='')
if cachePath != '':
Expand Down

0 comments on commit 3ca0f2d

Please sign in to comment.