From 2d3e7de49bac85a72539ad21efe825e23f39fbaf Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Fri, 13 Jan 2006 11:25:56 +0000 Subject: [PATCH] further rewording and clarifications --- tests/data/regressions/README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/data/regressions/README b/tests/data/regressions/README index 76fb87e54c..f1a8078c38 100644 --- a/tests/data/regressions/README +++ b/tests/data/regressions/README @@ -3,8 +3,10 @@ a specific setup and a complete test. Each regression test must be contained in a test directory whose name is "its", where is the ITS number, and it must be entirely executed by a script, contained in that directory and with the same name of the directory. It can exploit -all the halpers provided for common tests, but it should simultaneously be -as self contained and as general as possible. +all the helpers provided for common tests (variables in scripts/defines.sh, +data files in data/, ...), but it should simultaneously be as self contained +and as general as possible. Warning: occasionally, data files and +shell variables may change, so limit their use to real needs. For example, if an issue only appears with a certain database type, the test itself should only run when invoked for that database type; -- 2.39.5