Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Sep 12, 2023
1 parent d07d81a commit 30c0ef1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ def setup_run_environment(self, env):
env.set("IP_LIB" + suffix, lib[0])
env.set("IP_INC" + suffix, join_path(self.prefix, "include_" + suffix))

@run_after("build")
@on_package_attributes(run_tests=True)
def check_build(self):
def check(self):
with working_dir(self.build_directory):
make("test -j%s" % make_jobs)

0 comments on commit 30c0ef1

Please sign in to comment.