Skip to content

Commit a9489fa

Browse files
committed
update order of hooks in test_toy_build_hooks for per-extension fake modules
1 parent 458ba24 commit a9489fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/framework/toy_build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3342,14 +3342,15 @@ def post_run_shell_cmd_hook(cmd, *args, **kwargs):
33423342
' gcc toy.c -o toy && copy_toy_file toy copy_of_toy' command failed (exit code 127), but I fixed it!
33433343
in post-install hook for toy v0.0
33443344
bin, lib
3345-
in module-write hook hook for {mod_name}
33463345
toy 0.0
33473346
['%(name)s-%(version)s.tar.gz']
33483347
echo toy
33493348
toy 0.0
33503349
['%(name)s-%(version)s.tar.gz']
33513350
echo toy
3351+
in module-write hook hook for {mod_name}
33523352
installing of extension bar is done!
3353+
in module-write hook hook for {mod_name}
33533354
pre_run_shell_cmd_hook triggered for ' gcc toy.c -o toy '
33543355
' gcc toy.c -o toy && copy_toy_file toy copy_of_toy' command failed (exit code 127), but I fixed it!
33553356
installing of extension toy is done!

0 commit comments

Comments
 (0)