nek5000/nekcem: test_install -> check_install (#35925)
This commit is contained in:
parent
784e5f5789
commit
624e28ee03
2 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue