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:58:09 -0700
commit3ca875d70c2f7415675ebcceef261c1224f03db0 (patch)
tree689113be7e8ed5f1fd7e1bd144dff32a0ed5284f /README
parentbb41f28d6edc33a9b5b3943eda403cadea33e8ae (diff)
Make t/admin.t test robust against missing sqlite3 binary
If we can't find the sqlite3 binary, just skip the upgrade test. Reviewed-on: https://gerrit.stanford.edu/994 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu> (cherry picked from commit 15fea5552df18667b39fce620488ed6c48bd7329) Change-Id: I26cd8148d58368767f39d135afe4c721652b0740
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index 2a96bd0..9a94d83 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