mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
document some more regress control env variables
Specifically SKIP_UNIT, USE_VALGRING and LTESTS. Sort the list of environment variables. Based on patch from Jakub Jelen
This commit is contained in:
parent
71508e06fa
commit
9617816dbe
@ -20,19 +20,26 @@ suite is based on OpenBSD's with modifications.
|
|||||||
|
|
||||||
Environment variables.
|
Environment variables.
|
||||||
|
|
||||||
SUDO: path to sudo command, if desired. Note that some systems (notably
|
SKIP_UNIT: Skip unit tests.
|
||||||
systems using PAM) require sudo to execute some tests.
|
SUDO: path to sudo/doas command, if desired. Note that some systems
|
||||||
TEST_SSH_TRACE: set to "yes" for verbose output from tests
|
(notably systems using PAM) require sudo to execute some tests.
|
||||||
TEST_SSH_QUIET: set to "yes" to suppress non-fatal output.
|
LTESTS: Whitespace separated list of tests (filenames without the .sh
|
||||||
TEST_SSH_x: path to "ssh" command under test, where x=SSH,SSHD,SSHAGENT,SSHADD
|
extension) to run.
|
||||||
SSHKEYGEN,SSHKEYSCAN,SFTP,SFTPSERVER
|
|
||||||
OBJ: used by test scripts to access build dir.
|
OBJ: used by test scripts to access build dir.
|
||||||
TEST_SHELL: shell used for running the test scripts.
|
TEST_SHELL: shell used for running the test scripts.
|
||||||
|
TEST_SSH_FAIL_FATAL: set to "yes" to make any failure abort the test
|
||||||
|
currently in progress.
|
||||||
TEST_SSH_PORT: TCP port to be used for the listening tests.
|
TEST_SSH_PORT: TCP port to be used for the listening tests.
|
||||||
TEST_SSH_SSH_CONFOPTS: Configuration directives to be added to ssh_config
|
TEST_SSH_QUIET: set to "yes" to suppress non-fatal output.
|
||||||
before running each test.
|
|
||||||
TEST_SSH_SSHD_CONFOPTS: Configuration directives to be added to sshd_config
|
TEST_SSH_SSHD_CONFOPTS: Configuration directives to be added to sshd_config
|
||||||
before running each test.
|
before running each test.
|
||||||
|
TEST_SSH_SSH_CONFOPTS: Configuration directives to be added to
|
||||||
|
ssh_config before running each test.
|
||||||
|
TEST_SSH_TRACE: set to "yes" for verbose output from tests
|
||||||
|
TEST_SSH_x: path to "ssh" command under test, where x is one of
|
||||||
|
SSH, SSHD, SSHAGENT, SSHADD, SSHKEYGEN, SSHKEYSCAN, SFTP or
|
||||||
|
SFTPSERVER
|
||||||
|
USE_VALGRIND: Run the tests under valgrind memory checker.
|
||||||
|
|
||||||
|
|
||||||
Individual tests.
|
Individual tests.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user