summaryrefslogtreecommitdiff
path: root/regress/README.regress
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-06-18 14:14:43 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-06-18 14:14:43 +1000
commit13fbe57722748399a165791b6e37b6dccbe73c12 (patch)
tree82888f1f58af09a8984a0a647b68162be35b0fb9 /regress/README.regress
parente826a8c9d9ea8de6696ca95825d69cf02e1954d6 (diff)
- (dtucker) [regress/README.regress] Add detail on how to run a single
test from the top-level Makefile.
Diffstat (limited to 'regress/README.regress')
-rw-r--r--regress/README.regress10
1 files changed, 7 insertions, 3 deletions
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
33Individual tests. 33Individual tests.
34 34
35You can invoke test-exec.sh directly if you set up the path to find the 35You can run an individual test from the top-level Makefile, eg:
36binaries under test and the test scripts themselves, for example: 36$ make tests LTESTS=agent-timeout
37
38If you need to manipulate the environment more you can invoke test-exec.sh
39directly if you set up the path to find the binaries under test and the
40test 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 $