summaryrefslogtreecommitdiff
path: root/regress/README.regress
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-06-28 15:52:50 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-06-28 15:52:50 +1000
commitf9eb2b013510ef35372560e673d0bf80b1b4dd2c (patch)
treeb9fe22781ace020fb53ef061a158b679aad0c77f /regress/README.regress
parent58cef1f0bbbe3975f2b063c6ca9ed1dd56f8f9cd (diff)
- (dtucker) [regress/README.regress] Document new variables.
Diffstat (limited to 'regress/README.regress')
-rw-r--r--regress/README.regress7
1 files changed, 6 insertions, 1 deletions
diff --git a/regress/README.regress b/regress/README.regress
index cf469479b..e3e21f703 100644
--- a/regress/README.regress
+++ b/regress/README.regress
@@ -28,6 +28,11 @@ TEST_SSH_x: path to "ssh" command under test, where x=SSH,SSHD,SSHAGENT,SSHADD
28 SSHKEYGEN,SSHKEYSCAN,SFTP,SFTPSERVER 28 SSHKEYGEN,SSHKEYSCAN,SFTP,SFTPSERVER
29OBJ: used by test scripts to access build dir. 29OBJ: used by test scripts to access build dir.
30TEST_SHELL: shell used for running the test scripts. 30TEST_SHELL: shell used for running the test scripts.
31TEST_SSH_PORT: TCP port to be used for the listening tests.
32TEST_SSH_SSH_CONFOTPS: Configuration directives to be added to ssh_config
33 before running each test.
34TEST_SSH_SSHD_CONFOTPS: Configuration directives to be added to sshd_config
35 before running each test.
31 36
32 37
33Individual tests. 38Individual tests.
@@ -100,4 +105,4 @@ Known Issues.
100 unless ssh-rand-helper is in pre-installed (the path to 105 unless ssh-rand-helper is in pre-installed (the path to
101 ssh-rand-helper is hard coded). 106 ssh-rand-helper is hard coded).
102 107
103$Id: README.regress,v 1.6 2004/06/18 04:14:43 dtucker Exp $ 108$Id: README.regress,v 1.7 2004/06/28 05:52:51 dtucker Exp $