QMakeBuilder: fix bug introduced during multi-bs refactor (#34683)
This commit is contained in:
parent
4a43522763
commit
7975e0afbc
@ -81,6 +81,6 @@ def install(self, pkg, spec, prefix):
|
||||
def check(self):
|
||||
"""Search the Makefile for a ``check:`` target and runs it if found."""
|
||||
with working_dir(self.build_directory):
|
||||
self._if_make_target_execute("check")
|
||||
self.pkg._if_make_target_execute("check")
|
||||
|
||||
spack.builder.run_after("build")(execute_build_time_tests)
|
||||
|
Loading…
Reference in New Issue
Block a user