comparison README @ 133:342b31c8f3af

Tests: use TEST_NGINX_LEAVE instead of LEAVE.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 11 Mar 2010 04:00:55 +0300
parents bc3351f157ef
children c4021ebb41b6
comparison
equal deleted inserted replaced
132:79ae5c30e6b4 133:342b31c8f3af
16 Tests for memcached required memcached itself and Cache::Memcached to be 16 Tests for memcached required memcached itself and Cache::Memcached to be
17 installed. 17 installed.
18 18
19 Currently each test creates it's own temporary directory and uses it for 19 Currently each test creates it's own temporary directory and uses it for
20 logs etc. One may instruct tests not to remove the temp directory (e.g. 20 logs etc. One may instruct tests not to remove the temp directory (e.g.
21 for analysis of failed test) by setting LEAVE environment variable. 21 for analysis of failed test) by setting TEST_NGINX_LEAVE environment
22 variable.