nek5000/nekcem: test_install -> check_install (#35925)

This commit is contained in:
Tamara Dahlgren 2023-03-08 13:05:29 -08:00 committed by GitHub
parent 784e5f5789
commit 624e28ee03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ def fortran_check(self):
raise RuntimeError(msg)
@run_after("install")
def test_install(self):
def check_install(self):
with working_dir("short_tests/eddy"):
f_size = join_path(os.getcwd(), "SIZE")
f_size_legacy = join_path(os.getcwd(), "SIZE.legacy")

View file

@ -39,7 +39,7 @@ def fortran_check(self):
raise RuntimeError(msg)
@run_after("install")
def test_install(self):
def check_install(self):
nekcem_test = join_path(self.prefix.bin, "NekCEM", "tests", "2dboxpec")
with working_dir(nekcem_test):
makenek = Executable(join_path(self.prefix.bin, "makenek"))