From ad039814687ef9f774d514de3592ee53dbfa996f Mon Sep 17 00:00:00 2001 From: Miroslav Stoyanov <30537612+mkstoyanov@users.noreply.github.com> Date: Tue, 26 Oct 2021 16:07:04 -0400 Subject: fix the spack test dir (#26816) --- var/spack/repos/builtin/packages/tasmanian/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/tasmanian/package.py b/var/spack/repos/builtin/packages/tasmanian/package.py index 1e57b3e70f..45fa7dcb5d 100644 --- a/var/spack/repos/builtin/packages/tasmanian/package.py +++ b/var/spack/repos/builtin/packages/tasmanian/package.py @@ -156,7 +156,7 @@ class Tasmanian(CMakePackage, CudaPackage, ROCmPackage): def test(self): # using the tests installed in /share/Tasmanian/testing cmake_dir = join_path(self.prefix, 'share', 'Tasmanian', 'testing') - with working_dir(self.install_test_root, create=True): + with working_dir(self.test_suite.current_test_cache_dir, create=True): cmake(cmake_dir) make() make('test') -- cgit v1.2.3-60-g2f50