mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 07:19:54 +00:00
Make tests pass + update testKeyValidation to match the Modern PR
This commit is contained in:
3
Makefile
3
Makefile
@ -11,10 +11,13 @@ EXTRA_SELECTORS ?=
|
||||
ANOPE_SELECTORS := \
|
||||
and not testPlainLarge
|
||||
|
||||
# buffering tests cannot pass because of issues with UTF-8 handling: https://github.com/DALnet/bahamut/issues/196
|
||||
BAHAMUT_SELECTORS := \
|
||||
not Ergo \
|
||||
and not deprecated \
|
||||
and not strict \
|
||||
and not IRCv3 \
|
||||
and not buffering \
|
||||
$(EXTRA_SELECTORS)
|
||||
|
||||
# testQuitErrors is very flaky
|
||||
|
Reference in New Issue
Block a user