diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-04-12 08:33:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:59 -0500 |
commit | f725377346b5561cb1f59763c0356ec4e8d0d9ae (patch) | |
tree | 31c8d1478b180937a1a9b94c4b83887713634fa6 /source4/script/tests/README | |
parent | b60157ffd21aaeed01ffefee0e33493b278556d6 (diff) | |
download | samba-f725377346b5561cb1f59763c0356ec4e8d0d9ae.tar.gz samba-f725377346b5561cb1f59763c0356ec4e8d0d9ae.tar.bz2 samba-f725377346b5561cb1f59763c0356ec4e8d0d9ae.zip |
r22185: Initial work on a 'member' test environment'.
(This used to be commit 9e0032be03ebd6dd94c98bc6958df0cb998f487e)
Diffstat (limited to 'source4/script/tests/README')
-rw-r--r-- | source4/script/tests/README | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/source4/script/tests/README b/source4/script/tests/README index bf7ff1842b..1eb7e7943c 100644 --- a/source4/script/tests/README +++ b/source4/script/tests/README @@ -1,4 +1,13 @@ This directory contains test scripts that are useful for running a -bunch of tests all at once. I expect it will eventually be hooked into -a "make test" framework. +bunch of tests all at once. +The following environments are currently available: + + - none: No server set up + - dc: Domain controller set up. The following environment variables will + be set: + * USERNAME + * PASSWORD + * DOMAIN + * REALM + * SERVER |