mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 15:29:50 +00:00
Add tests for INFO (#121)
* Add tests for INFO * Workaround remote INFO being oper-only on some ircds * Skip testInfoNosuchserver on Ergo * info: Mark tests with target as deprecated.
This commit is contained in:
2
Makefile
2
Makefile
@ -39,8 +39,10 @@ CHARYBDIS_SELECTORS := \
|
||||
and not (testWhoisNumerics and oper) \
|
||||
$(EXTRA_SELECTORS)
|
||||
|
||||
# testInfoNosuchserver does not apply to Ergo: Ergo ignores the optional <target> argument
|
||||
ERGO_SELECTORS := \
|
||||
not deprecated \
|
||||
and not testInfoNosuchserver \
|
||||
$(EXTRA_SELECTORS)
|
||||
|
||||
# testInviteUnoppedModern is the only strict test that Hybrid fails
|
||||
|
Reference in New Issue
Block a user