mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 07:19:54 +00:00
Unreal: Add support for Atheme
This commit is contained in:
2
Makefile
2
Makefile
@ -64,6 +64,7 @@ SOPEL_SELECTORS := \
|
||||
# test_regressions::testTagCap fails: https://bugs.unrealircd.org/view.php?id=5948
|
||||
# test_messages::testLineTooLong fails: https://bugs.unrealircd.org/view.php?id=5947
|
||||
# testCapRemovalByClient and testNakWhole fail pending https://github.com/unrealircd/unrealircd/pull/148
|
||||
# test_account_tag::testInvite fails: https://bugs.unrealircd.org/view.php?id=5951
|
||||
# Tests marked with arbitrary_client_tags can't pass because Unreal whitelists which tags it relays
|
||||
# Tests marked with react_tag can't pass because Unreal blocks +draft/react https://github.com/unrealircd/unrealircd/pull/149
|
||||
UNREALIRCD_SELECTORS := \
|
||||
@ -74,6 +75,7 @@ UNREALIRCD_SELECTORS := \
|
||||
and not (test_regressions and testTagCap) \
|
||||
and not (test_messages and testLineTooLong) \
|
||||
and not (test_cap and (testCapRemovalByClient or testNakWhole)) \
|
||||
and not (test_account_tag and testInvite) \
|
||||
and not arbitrary_client_tags \
|
||||
and not react_tag \
|
||||
$(EXTRA_SELECTORS)
|
||||
|
Reference in New Issue
Block a user