summaryrefslogtreecommitdiff
path: root/regress/README.regress
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-06-16 21:08:32 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-06-16 21:08:32 +1000
commit7a06f62b6a211f1257d9284995ac72f3adfa743c (patch)
treeddf3b33c318881aacacfae81b562ef9c3f6be95f /regress/README.regress
parent0e6868e2c40763ccd2734895fd5a1b5cafff7b3c (diff)
- (dtucker) [regress/README.regress]
Add $TEST_SHELL to readme.
Diffstat (limited to 'regress/README.regress')
-rw-r--r--regress/README.regress6
1 files changed, 4 insertions, 2 deletions
diff --git a/regress/README.regress b/regress/README.regress
index 6ff032b68..81c2fbe5d 100644
--- a/regress/README.regress
+++ b/regress/README.regress
@@ -27,6 +27,7 @@ TEST_SSH_QUIET: set to "yes" to suppress non-fatal output.
27TEST_SSH_x: path to "ssh" command under test, where x=SSH,SSHD,SSHAGENT,SSHADD 27TEST_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.
30 31
31 32
32Individual tests. 33Individual tests.
@@ -35,7 +36,8 @@ You can invoke test-exec.sh directly if you set up the path to find the
35binaries under test and the test scripts themselves, for example: 36binaries under test and the test scripts themselves, for example:
36 37
37$ cd regress 38$ cd regress
38$ PATH=`pwd`/..:$PATH:. sh test-exec.sh `pwd` agent-timeout.sh 39$ PATH=`pwd`/..:$PATH:. TEST_SHELL=/bin/sh sh test-exec.sh `pwd` \
40 agent-timeout.sh
39ok agent timeout test 41ok agent timeout test
40 42
41 43
@@ -94,4 +96,4 @@ Known Issues.
94 unless ssh-rand-helper is in pre-installed (the path to 96 unless ssh-rand-helper is in pre-installed (the path to
95 ssh-rand-helper is hard coded). 97 ssh-rand-helper is hard coded).
96 98
97$Id: README.regress,v 1.4 2004/03/08 20:12:18 tim Exp $ 99$Id: README.regress,v 1.5 2004/06/16 11:08:32 dtucker Exp $