irctk

libircclient binding for scripts
git clone https://a3nm.net/git/irctk/
Log | Files | Refs | README

commit fe00a201ba0d03ac74eb45a0b3d2504f5f402111
parent ae01f98731c8aef3ed226d2f261315e2a6308f88
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri,  9 May 2014 18:11:32 +0200

say more about testing suite

Diffstat:
README | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -407,10 +407,12 @@ things down. == 4. Test suite == You can run the test suite with ./tests_sequential.sh. This requires a working -IRC server on localhost:6667. +IRC server on localhost:6667. I use ircd-hybrid from Debian testing, configured +with throttle_time = 0. If you have GNU parallel and if your IRC server isn't afraid of many connections -from a single IP, you can run the tests in parallel: ./tests_parallel.sh. +from a single IP, you can run the tests in parallel: ./tests_parallel.sh. This +isn't guaranteed to work. == 5. Caveats ==