diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-01 03:11:07 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-01 03:11:07 +0000 |
commit | 9a9a18d364c454e42e83dcdeedfd30eb9e3e91bd (patch) | |
tree | 8616736d24ea700d89d84f9e03a828314fc13613 /perl/t/data | |
parent | 9a6125ef765749841a766afbdea1b96b45c40e09 (diff) |
Document that all tests are now run against the configured database if
configuration is present.
Diffstat (limited to 'perl/t/data')
-rw-r--r-- | perl/t/data/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl/t/data/README b/perl/t/data/README index bd57aad..4abbaeb 100644 --- a/perl/t/data/README +++ b/perl/t/data/README @@ -11,8 +11,7 @@ string, normally of the form: replacing <name>, <host>, and <port> with the parameters for your database. The third line should be the username to use, and the fourth and last line should be the password. If this file is present, all tests -except part of the schema test will be run against this database instead -of a local SQLite database. +will be run against this database instead of a local SQLite database. In order to run the keytab tests, you will need to grant the test processes access to create, download, and remove principals in a test KDC. |