mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 23:09:48 +00:00
inspircd: Re-enable two tests that were fixed.
This commit is contained in:
4
Makefile
4
Makefile
@ -32,16 +32,12 @@ HYBRID_SELECTORS := \
|
|||||||
$(EXTRA_SELECTORS)
|
$(EXTRA_SELECTORS)
|
||||||
|
|
||||||
# testNoticeNonexistentChannel fails because of https://github.com/inspircd/inspircd/issues/1849
|
# 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
|
# testBotPrivateMessage and testBotChannelMessage fail because https://github.com/inspircd/inspircd/pull/1910 is not released yet
|
||||||
INSPIRCD_SELECTORS := \
|
INSPIRCD_SELECTORS := \
|
||||||
not Ergo \
|
not Ergo \
|
||||||
and not deprecated \
|
and not deprecated \
|
||||||
and not strict \
|
and not strict \
|
||||||
and not testNoticeNonexistentChannel \
|
and not testNoticeNonexistentChannel \
|
||||||
and not testDirectMessageEcho \
|
|
||||||
and not testKeyValidation \
|
|
||||||
and not testBotPrivateMessage and not testBotChannelMessage \
|
and not testBotPrivateMessage and not testBotChannelMessage \
|
||||||
$(EXTRA_SELECTORS)
|
$(EXTRA_SELECTORS)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user