summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorTobias Ribizel <ribizel@kit.edu>2021-08-20 13:49:00 +0200
committerGitHub <noreply@github.com>2021-08-20 13:49:00 +0200
commitbdf77545522fee33073f26b74472737eccd12ecc (patch)
tree59dc6fc75f596f1d61e86a7efd7f914fa9b1a8a9 /var
parentb6f7fa6eb5aca9dcc2e6acc337182df20574cc4d (diff)
downloadspack-bdf77545522fee33073f26b74472737eccd12ecc.tar.gz
spack-bdf77545522fee33073f26b74472737eccd12ecc.tar.bz2
spack-bdf77545522fee33073f26b74472737eccd12ecc.tar.xz
spack-bdf77545522fee33073f26b74472737eccd12ecc.zip
ginkgo: update smoke test location (#25517)
The `test_install` folder was moved to `test` with https://github.com/ginkgo-project/ginkgo/pull/733.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/ginkgo/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/ginkgo/package.py b/var/spack/repos/builtin/packages/ginkgo/package.py
index e62a94e471..49bdfcfcc9 100644
--- a/var/spack/repos/builtin/packages/ginkgo/package.py
+++ b/var/spack/repos/builtin/packages/ginkgo/package.py
@@ -132,7 +132,7 @@ class Ginkgo(CMakePackage, CudaPackage, ROCmPackage):
return
with working_dir(self.build_directory):
make("test_install")
- smoke_test_path = join_path(self.build_directory, 'test_install')
+ smoke_test_path = join_path(self.build_directory, 'test', 'test_install')
with working_dir(smoke_test_path):
make("install")