summaryrefslogtreecommitdiff
path: root/regress/README.regress
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-09-30 14:11:42 +1000
committerDarren Tucker <dtucker@dtucker.net>2019-09-30 14:11:42 +1000
commit0a403bfde71c4b82147473298d3a60b4171468bd (patch)
tree1d9723f67b84ce2d60c4636794eabffcb9aa261d /regress/README.regress
parent4d59f7a5169c451ebf559aedec031ac9da2bf80c (diff)
Add SKIP_LTESTS for skipping specific tests.
Diffstat (limited to 'regress/README.regress')
-rw-r--r--regress/README.regress1
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/README.regress b/regress/README.regress
index ed9de874c..ac2e8487e 100644
--- a/regress/README.regress
+++ b/regress/README.regress
@@ -25,6 +25,7 @@ SUDO: path to sudo/doas command, if desired. Note that some systems
25 (notably systems using PAM) require sudo to execute some tests. 25 (notably systems using PAM) require sudo to execute some tests.
26LTESTS: Whitespace separated list of tests (filenames without the .sh 26LTESTS: Whitespace separated list of tests (filenames without the .sh
27 extension) to run. 27 extension) to run.
28SKIP_LTESTS: Whitespace separated list of tests to skip.
28OBJ: used by test scripts to access build dir. 29OBJ: used by test scripts to access build dir.
29TEST_SHELL: shell used for running the test scripts. 30TEST_SHELL: shell used for running the test scripts.
30TEST_SSH_FAIL_FATAL: set to "yes" to make any failure abort the test 31TEST_SSH_FAIL_FATAL: set to "yes" to make any failure abort the test