summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 4 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index fe77fc64..b5ec12b7 100644
--- a/HACKING
+++ b/HACKING
@@ -65,6 +65,10 @@ It understands several environment variables, among them:
For unattended testing:
- CLIENT_TEST_FAILURES = comma separated list of tests which are allowed
to fail without affecting the return code of the test runner
+- CLIENT_TEST_SKIP = comma separated list of tests or test groups which
+ are not to be executed at all; for this to work the test or test group
+ has to be passed through test.h's version of ADD_TEST or FilterTest,
+ which is the case for most tests but not all
- CLIENT_TEST_LOG = name of server log file, will be copied and reset
after each sync
- CLIENT_TEST_ALARM = number of seconds a single test is allowed to run