Skip to content

Commit

Permalink
Revised test_get_stage_root_in_spack docstring per PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tldahlgren committed Oct 9, 2019
1 parent faaa10b commit 656f538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spack/spack/test/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ def test_stage_purge(self, tmpdir, clear_stage_root, path, purged):
shutil.rmtree(test_path)

def test_get_stage_root_in_spack(self, clear_stage_root):
"""Ensure an instance path stage root is a suitable path."""
"""Ensure an instance path is an accessible build stage path."""

base = canonicalize_path(os.path.join('$spack', '.spack-test-stage'))
mkdirp(base)
Expand Down

0 comments on commit 656f538

Please sign in to comment.