Skip to content

Commit

Permalink
revert debug tweaks, pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Sep 12, 2023
1 parent 725e294 commit 7d4f976
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,5 @@ def setup_run_environment(self, env):
env.set("IP_INC" + suffix, join_path(self.prefix, "include_" + suffix))

def check(self):
print("here")
with working_dir(self.builder.build_directory):
make("test", parallel=False)
make("test")

0 comments on commit 7d4f976

Please sign in to comment.