diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/config.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/spack/defaults/config.yaml b/etc/spack/defaults/config.yaml index 15ce68c68f..d1a7f35a6d 100644 --- a/etc/spack/defaults/config.yaml +++ b/etc/spack/defaults/config.yaml @@ -70,6 +70,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`. |