From 76ce5d90ecd5d97056cd34cedc27aa520bbeb40a Mon Sep 17 00:00:00 2001 From: Gregory Becker Date: Wed, 18 Mar 2020 18:09:16 -0700 Subject: [PATCH] fixup unit-test from develop --- lib/spack/spack/cmd/unit_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/cmd/unit_test.py b/lib/spack/spack/cmd/unit_test.py index 18ffd3d7440..47b47ca3eaf 100644 --- a/lib/spack/spack/cmd/unit_test.py +++ b/lib/spack/spack/cmd/unit_test.py @@ -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')