mirror of
https://github.com/progval/irctest.git
synced 2025-04-04 22:39:50 +00:00
Remove ircd-seven
A future commit will need Chary and its subclasses to use SASL, but ircd-seven has a different config to use SASL. And ircd-seven is not used anymore AFAICT, and won't be getting any updates, so I don't want to bother.
This commit is contained in:
12
README.md
12
README.md
@ -103,18 +103,6 @@ cd ~/irctest
|
||||
pytest --controller irctest.controllers.charybdis -k 'not Ergo and not deprecated and not strict'
|
||||
```
|
||||
|
||||
To run (server) tests on ircd-seven:
|
||||
|
||||
```
|
||||
cd /tmp/
|
||||
git clone https://github.com/freenode/ircd-seven.git
|
||||
autoconf
|
||||
./configure --prefix=$HOME/.local/
|
||||
make # can't use -j, may cause 'y.tab.h: No such file or directory'
|
||||
make install
|
||||
mv $HOME/.local/bin/ircd $HOME/.local/bin/ircd-seven
|
||||
```
|
||||
|
||||
To run (server) tests on InspIRCd:
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user