From 15fea5552df18667b39fce620488ed6c48bd7329 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 29 Mar 2013 13:56:45 -0700 Subject: 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 Tested-by: Russ Allbery --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README') 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 -- cgit v1.2.3