From 7ad167f4c43948f19125123a27dbe68a93e863b8 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 13 Nov 2008 22:46:06 +0100 Subject: Test suite: start two servers and test server-server links I changed the test suite to start two test servers (on port 6789 and 6790), so server-server links can be tested as well for which I included the new test script "server-link-test.e". In addition the documentation of the test suite (src/testsuite/README) has been updated and is more complete now. --- src/testsuite/.gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/testsuite/.gitignore') diff --git a/src/testsuite/.gitignore b/src/testsuite/.gitignore index 9a2529f2..fd628e3d 100644 --- a/src/testsuite/.gitignore +++ b/src/testsuite/.gitignore @@ -1,4 +1,5 @@ -T-ngircd +T-ngircd1 +T-ngircd2 channel-test connect-test invite-test @@ -8,8 +9,11 @@ message-test misc-test mode-test opless-channel-test +server-link-test who-test -ngircd-test.log -ngircd-test.motd +ngircd-test1.log +ngircd-test2.log +ngircd-test1.motd +ngircd-test2.motd logs tests -- cgit 1.4.1