move test dir to config option

This commit is contained in:
Gregory Becker
2020-03-18 11:09:15 -07:00
committed by Tamara Dahlgren
parent ce06e24a2e
commit b52113aca9
4 changed files with 24 additions and 9 deletions

View File

@@ -64,6 +64,10 @@ config:
- ~/.spack/stage
# - $spack/var/spack/stage
# Directory in which to run tests and store test results.
# Tests will be stored in directories named by date/time and package
# name/hash.
test_stage: ~/.spack/test
# Cache directory for already downloaded source tarballs and archived
# repositories. This can be purged with `spack clean --downloads`.