Skip to content

Commit

Permalink
Merge pull request #4316 from branfosj/develop
Browse files Browse the repository at this point in the history
add postiter hook to the list of steps so the corresponding hook can be used
  • Loading branch information
boegel authored Aug 9, 2023
2 parents 5b1e832 + b7d4291 commit 7bb94f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/tools/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

# list of names for steps in installation procedure (in order of execution)
STEP_NAMES = [FETCH_STEP, READY_STEP, SOURCE_STEP, PATCH_STEP, PREPARE_STEP, CONFIGURE_STEP, BUILD_STEP, TEST_STEP,
INSTALL_STEP, EXTENSIONS_STEP, POSTPROC_STEP, SANITYCHECK_STEP, CLEANUP_STEP, MODULE_STEP,
INSTALL_STEP, EXTENSIONS_STEP, POSTITER_STEP, POSTPROC_STEP, SANITYCHECK_STEP, CLEANUP_STEP, MODULE_STEP,
PERMISSIONS_STEP, PACKAGE_STEP, TESTCASES_STEP]

# hook names (in order of being triggered)
Expand Down
2 changes: 2 additions & 0 deletions test/framework/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,8 @@ def test_avail_hooks(self):
" pre_single_extension_hook",
" post_single_extension_hook",
" post_extensions_hook",
" pre_postiter_hook",
" post_postiter_hook",
" pre_postproc_hook",
" post_postproc_hook",
" pre_sanitycheck_hook",
Expand Down

0 comments on commit 7bb94f8

Please sign in to comment.