mcman icon indicating copy to clipboard operation
mcman copied to clipboard

Test success hook do not run

Open AntwortEinesLebens opened this issue 4 months ago • 0 comments

Hi,

I wrote a hook to move some addons inside the right folder when the test succeeds. Even though it says that the test passed, my hook is not run.

The postbuild hook works perfectly fine.

I use mcman version 0.4.4

Here the hook inside the server.toml:

[hooks.move-bentobox-addons-in]
linux = "move-bentobox-addons-in.sh"
windows = "move-bentobox-addons-in.bat"
when = "testsuccess"
onfail = "Error"
output = "hide"
description = "Move all BentoBox's addons to the BentoBox's \"addons\" folder"

Is my hook correct?

AntwortEinesLebens avatar Mar 07 '24 16:03 AntwortEinesLebens