diff options
| author | Alexander Barton <alex@barton.de> | 2008-11-13 22:46:06 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2008-11-13 22:46:06 +0100 |
| commit | 7ad167f4c43948f19125123a27dbe68a93e863b8 (patch) | |
| tree | 465e4285ba654eaecefe818c08586c3dbbdf1788 /src/testsuite/.gitignore | |
| parent | 920d0636ff5741cb191f895e97ad151186701816 (diff) | |
| download | ngircd-7ad167f4c43948f19125123a27dbe68a93e863b8.tar.gz ngircd-7ad167f4c43948f19125123a27dbe68a93e863b8.zip | |
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.
Diffstat (limited to 'src/testsuite/.gitignore')
| -rw-r--r-- | src/testsuite/.gitignore | 10 |
1 files changed, 7 insertions, 3 deletions
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 |