diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-06-16 21:08:32 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-06-16 21:08:32 +1000 |
commit | 7a06f62b6a211f1257d9284995ac72f3adfa743c (patch) | |
tree | ddf3b33c318881aacacfae81b562ef9c3f6be95f | |
parent | 0e6868e2c40763ccd2734895fd5a1b5cafff7b3c (diff) |
- (dtucker) [regress/README.regress]
Add $TEST_SHELL to readme.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | regress/README.regress | 6 |
2 files changed, 9 insertions, 5 deletions
@@ -1,8 +1,6 @@ | |||
1 | 20040616 | 1 | 20040616 |
2 | - (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No | 2 | - (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No |
3 | code changes. | 3 | code changes. |
4 | - (dtucker) [regress/test-exec.sh] | ||
5 | Move Portable-only StrictModes to top of list to make syncs easier. | ||
6 | - (dtucker) OpenBSD CVS Sync regress/ | 4 | - (dtucker) OpenBSD CVS Sync regress/ |
7 | - djm@cvs.openbsd.org 2004/04/27 09:47:30 | 5 | - djm@cvs.openbsd.org 2004/04/27 09:47:30 |
8 | [regress/Makefile regress/test-exec.sh, added regress/envpass.sh] | 6 | [regress/Makefile regress/test-exec.sh, added regress/envpass.sh] |
@@ -18,6 +16,10 @@ | |||
18 | - djm@cvs.openbsd.org 2004/06/13 15:16:54 | 16 | - djm@cvs.openbsd.org 2004/06/13 15:16:54 |
19 | [regress/test-exec.sh] | 17 | [regress/test-exec.sh] |
20 | remove duplicate setting of $SCP; spotted by markus@ | 18 | remove duplicate setting of $SCP; spotted by markus@ |
19 | - (dtucker) [regress/test-exec.sh] | ||
20 | Move Portable-only StrictModes to top of list to make syncs easier. | ||
21 | - (dtucker) [regress/README.regress] | ||
22 | Add $TEST_SHELL to readme. | ||
21 | 23 | ||
22 | 20040615 | 24 | 20040615 |
23 | - (djm) OpenBSD CVS Sync | 25 | - (djm) OpenBSD CVS Sync |
@@ -1243,4 +1245,4 @@ | |||
1243 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1245 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1244 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1246 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1245 | 1247 | ||
1246 | $Id: ChangeLog,v 1.3394 2004/06/16 10:36:16 dtucker Exp $ | 1248 | $Id: ChangeLog,v 1.3395 2004/06/16 11:08:32 dtucker Exp $ |
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. | |||
27 | TEST_SSH_x: path to "ssh" command under test, where x=SSH,SSHD,SSHAGENT,SSHADD | 27 | 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 |
29 | OBJ: used by test scripts to access build dir. | 29 | OBJ: used by test scripts to access build dir. |
30 | TEST_SHELL: shell used for running the test scripts. | ||
30 | 31 | ||
31 | 32 | ||
32 | Individual tests. | 33 | Individual tests. |
@@ -35,7 +36,8 @@ You can invoke test-exec.sh directly if you set up the path to find the | |||
35 | binaries under test and the test scripts themselves, for example: | 36 | binaries 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 | ||
39 | ok agent timeout test | 41 | ok 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 $ |