nek5000/nekcem: test_install -> check_install (#35925)
This commit is contained in:
parent
784e5f5789
commit
624e28ee03
@ -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 New Issue
Block a user