Skip to content
Snippets Groups Projects
Commit b172938f authored by Gregory Becker's avatar Gregory Becker
Browse files

fixup unit-test from develop

parent c417a2d8
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ def unit_test(parser, args, unknown_args):
# The default is to test the core of Spack. If the option `--extension`
# has been used, then test that extension.
pytest_root = spack.paths.test_path
pytest_root = spack.paths.spack_root
if args.extension:
target = args.extension
extensions = spack.config.get('config:extensions')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment