diff options
Diffstat (limited to 'src/test/perl/README')
-rw-r--r-- | src/test/perl/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/perl/README b/src/test/perl/README index 4b160cce36e..92acf425262 100644 --- a/src/test/perl/README +++ b/src/test/perl/README @@ -31,8 +31,9 @@ some lesser number of seconds. Data directories will also be left behind for analysis when a test fails; they are named according to the test filename. But if the environment -variable PG_TEST_NOCLEAN is set, data directories will be retained -regardless of test status. +variable PG_TEST_NOCLEAN is set, the data directories will be retained +regardless of test status. This environment variable also prevents the +test's temporary directories from being removed. Writing tests |