diff options
Diffstat (limited to 'regress/README.regress')
-rw-r--r-- | regress/README.regress | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/regress/README.regress b/regress/README.regress index 867855017..315fe149a 100644 --- a/regress/README.regress +++ b/regress/README.regress | |||
@@ -20,19 +20,26 @@ suite is based on OpenBSD's with modifications. | |||
20 | 20 | ||
21 | Environment variables. | 21 | Environment variables. |
22 | 22 | ||
23 | SUDO: path to sudo command, if desired. Note that some systems (notably | 23 | SKIP_UNIT: Skip unit tests. |
24 | systems using PAM) require sudo to execute some tests. | 24 | SUDO: path to sudo/doas command, if desired. Note that some systems |
25 | TEST_SSH_TRACE: set to "yes" for verbose output from tests | 25 | (notably systems using PAM) require sudo to execute some tests. |
26 | TEST_SSH_QUIET: set to "yes" to suppress non-fatal output. | 26 | LTESTS: Whitespace separated list of tests (filenames without the .sh |
27 | TEST_SSH_x: path to "ssh" command under test, where x=SSH,SSHD,SSHAGENT,SSHADD | 27 | extension) to run. |
28 | SSHKEYGEN,SSHKEYSCAN,SFTP,SFTPSERVER | ||
29 | OBJ: used by test scripts to access build dir. | 28 | OBJ: used by test scripts to access build dir. |
30 | TEST_SHELL: shell used for running the test scripts. | 29 | TEST_SHELL: shell used for running the test scripts. |
30 | TEST_SSH_FAIL_FATAL: set to "yes" to make any failure abort the test | ||
31 | currently in progress. | ||
31 | TEST_SSH_PORT: TCP port to be used for the listening tests. | 32 | TEST_SSH_PORT: TCP port to be used for the listening tests. |
32 | TEST_SSH_SSH_CONFOPTS: Configuration directives to be added to ssh_config | 33 | TEST_SSH_QUIET: set to "yes" to suppress non-fatal output. |
33 | before running each test. | ||
34 | TEST_SSH_SSHD_CONFOPTS: Configuration directives to be added to sshd_config | 34 | TEST_SSH_SSHD_CONFOPTS: Configuration directives to be added to sshd_config |
35 | before running each test. | 35 | before running each test. |
36 | TEST_SSH_SSH_CONFOPTS: Configuration directives to be added to | ||
37 | ssh_config before running each test. | ||
38 | TEST_SSH_TRACE: set to "yes" for verbose output from tests | ||
39 | TEST_SSH_x: path to "ssh" command under test, where x is one of | ||
40 | SSH, SSHD, SSHAGENT, SSHADD, SSHKEYGEN, SSHKEYSCAN, SFTP or | ||
41 | SFTPSERVER | ||
42 | USE_VALGRIND: Run the tests under valgrind memory checker. | ||
36 | 43 | ||
37 | 44 | ||
38 | Individual tests. | 45 | Individual tests. |