mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 07:19:54 +00:00
Add support for Dlk-Services (#176)
This commit is contained in:
7
Makefile
7
Makefile
@ -274,3 +274,10 @@ unrealircd-anope:
|
||||
--services-controller=irctest.controllers.anope_services \
|
||||
-m 'services' \
|
||||
-k '$(UNREALIRCD_SELECTORS)'
|
||||
|
||||
unrealircd-dlk:
|
||||
pifpaf run mysql -- $(PYTEST) $(PYTEST_ARGS) \
|
||||
--controller=irctest.controllers.unrealircd \
|
||||
--services-controller=irctest.controllers.dlk_services \
|
||||
-m 'services' \
|
||||
-k '$(UNREALIRCD_SELECTORS)'
|
||||
|
Reference in New Issue
Block a user