mirror of
https://github.com/progval/irctest.git
synced 2025-04-07 07:49:52 +00:00
Add tests for the draft bot mode.
This commit is contained in:
2
Makefile
2
Makefile
@ -25,6 +25,7 @@ ERGO_SELECTORS := \
|
||||
# testNoticeNonexistentChannel fails because of https://github.com/inspircd/inspircd/issues/1849
|
||||
# testDirectMessageEcho fails because of https://github.com/inspircd/inspircd/issues/1851
|
||||
# testKeyValidation fails because of https://github.com/inspircd/inspircd/issues/1850
|
||||
# testBotPrivateMessage and testBotChannelMessage fail because https://github.com/inspircd/inspircd/pull/1910 is not released yet
|
||||
INSPIRCD_SELECTORS := \
|
||||
not Ergo \
|
||||
and not deprecated \
|
||||
@ -32,6 +33,7 @@ INSPIRCD_SELECTORS := \
|
||||
and not testNoticeNonexistentChannel \
|
||||
and not testDirectMessageEcho \
|
||||
and not testKeyValidation \
|
||||
and not testBotPrivateMessage and not testBotChannelMessage \
|
||||
$(EXTRA_SELECTORS)
|
||||
|
||||
MAMMON_SELECTORS := \
|
||||
|
Reference in New Issue
Block a user