summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2013-03-29 13:56:45 -0700
committerRuss Allbery <rra@stanford.edu>2013-03-29 13:57:21 -0700
commit15fea5552df18667b39fce620488ed6c48bd7329 (patch)
tree57c6d141ccd2849768f07e2875bb3372965519a2 /README
parent2a8fb416b5eb2db697e03ddce930c21656ccbc88 (diff)
Make t/admin.t test robust against missing sqlite3 binary
If we can't find the sqlite3 binary, just skip the upgrade test. Change-Id: I20e9ad1978a189cf059756e15794ea4d954f3867 Reviewed-on: https://gerrit.stanford.edu/994 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index 37fb814..9b55a28 100644
--- a/README
+++ b/README
@@ -117,11 +117,12 @@ REQUIREMENTS
should be skipped, but not all the permutations have been checked. The
full test suite also requires the Test::Pod Perl module (available from
CPAN), that remctld be installed and available on the user's path or in
- /usr/local/sbin or /usr/sbin, that test cases can run services on and
- connect to port 14373 on 127.0.0.1, and that kinit and either kvno or
- kgetcred (which come with Kerberos) be installed and available on the
- user's path. The full test suite also requires a local keytab and some
- additional configuration.
+ /usr/local/sbin or /usr/sbin, that sqlite3 be installed and available on
+ the user's path, that test cases can run services on and connect to port
+ 14373 on 127.0.0.1, and that kinit and either kvno or kgetcred (which
+ come with Kerberos) be installed and available on the user's path. The
+ full test suite also requires a local keytab and some additional
+ configuration.
To bootstrap from a Git checkout, or if you change the Automake files
and need to regenerate Makefile.in, you will need Automake 1.11 or