changeset 13:e8edb765595d

Tests: document ports required for tests.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 12 Sep 2008 17:20:34 +0400
parents d19146b30334
children d4b74207a627
files README
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README
+++ b/README
@@ -5,6 +5,9 @@ may be run as well.
 
 Note: some tests may fail since they are for bugs not fixed in public code.
 
+Note: tests run nginx listening on localhost, and currently this includes
+following ports: 8080, 10025, 10026.
+
 Currently each test creates it's own temporary directory and uses it for
 logs etc.  One may instruct tests not to remove the temp directory (e.g.
 for analysis of failed test) by setting LEAVE environment variable.