Skip to content

Commit 0f34abe

Browse files
committed
fix test_avail_hooks
1 parent dd218db commit 0f34abe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/framework/options.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,7 @@ def test_avail_hooks(self):
797797
" start_hook",
798798
" parse_hook",
799799
" pre_build_and_install_loop_hook",
800+
" pre_easyblock_hook",
800801
" pre_fetch_hook",
801802
" post_fetch_hook",
802803
" pre_ready_hook",
@@ -836,6 +837,7 @@ def test_avail_hooks(self):
836837
" post_package_hook",
837838
" pre_testcases_hook",
838839
" post_testcases_hook",
840+
" post_easyblock_hook",
839841
" post_build_and_install_loop_hook",
840842
" end_hook",
841843
" cancel_hook",

0 commit comments

Comments
 (0)