Make tests pass + update testKeyValidation to match the Modern PR

This commit is contained in:
2021-08-09 22:59:56 +02:00
parent d130ae89f2
commit 8744a49073
6 changed files with 41 additions and 8 deletions

View File

@ -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