diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | regress/README.regress | 10 |
2 files changed, 10 insertions, 4 deletions
@@ -10,6 +10,8 @@ | |||
10 | - djm@cvs.openbsd.org 2004/06/17 14:53:27 | 10 | - djm@cvs.openbsd.org 2004/06/17 14:53:27 |
11 | [regress/multiplex.sh] | 11 | [regress/multiplex.sh] |
12 | shared connection env passing regress test | 12 | shared connection env passing regress test |
13 | - (dtucker) [regress/README.regress] Add detail on how to run a single | ||
14 | test from the top-level Makefile. | ||
13 | 15 | ||
14 | 20040617 | 16 | 20040617 |
15 | - (dtucker) [regress/scp.sh] diff -N is not portable (but needed for some | 17 | - (dtucker) [regress/scp.sh] diff -N is not portable (but needed for some |
@@ -1283,4 +1285,4 @@ | |||
1283 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1285 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1284 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1286 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1285 | 1287 | ||
1286 | $Id: ChangeLog,v 1.3407 2004/06/17 15:23:03 djm Exp $ | 1288 | $Id: ChangeLog,v 1.3408 2004/06/18 04:14:43 dtucker Exp $ |
diff --git a/regress/README.regress b/regress/README.regress index 81c2fbe5d..cf469479b 100644 --- a/regress/README.regress +++ b/regress/README.regress | |||
@@ -32,8 +32,12 @@ TEST_SHELL: shell used for running the test scripts. | |||
32 | 32 | ||
33 | Individual tests. | 33 | Individual tests. |
34 | 34 | ||
35 | You can invoke test-exec.sh directly if you set up the path to find the | 35 | You can run an individual test from the top-level Makefile, eg: |
36 | binaries under test and the test scripts themselves, for example: | 36 | $ make tests LTESTS=agent-timeout |
37 | |||
38 | If you need to manipulate the environment more you can invoke test-exec.sh | ||
39 | directly if you set up the path to find the binaries under test and the | ||
40 | test scripts themselves, for example: | ||
37 | 41 | ||
38 | $ cd regress | 42 | $ cd regress |
39 | $ PATH=`pwd`/..:$PATH:. TEST_SHELL=/bin/sh sh test-exec.sh `pwd` \ | 43 | $ PATH=`pwd`/..:$PATH:. TEST_SHELL=/bin/sh sh test-exec.sh `pwd` \ |
@@ -96,4 +100,4 @@ Known Issues. | |||
96 | unless ssh-rand-helper is in pre-installed (the path to | 100 | unless ssh-rand-helper is in pre-installed (the path to |
97 | ssh-rand-helper is hard coded). | 101 | ssh-rand-helper is hard coded). |
98 | 102 | ||
99 | $Id: README.regress,v 1.5 2004/06/16 11:08:32 dtucker Exp $ | 103 | $Id: README.regress,v 1.6 2004/06/18 04:14:43 dtucker Exp $ |