From 9cf3e7900f8aab3ec91067c950eb100389ce04b2 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 30 Jan 2013 18:51:08 -0800 Subject: Configure $DB_DDL_DIRECTORY in client/full test We attempt to create a new SQLite database, which requires the schema directory be configured. Add that directory to the test wallet configuration. Change-Id: Id17fd10056760fe8efd5ef89cea134bca17e1abb Reviewed-on: https://gerrit.stanford.edu/728 Reviewed-by: Russ Allbery Tested-by: Russ Allbery --- tests/data/wallet.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/data/wallet.conf b/tests/data/wallet.conf index 877a16f..19c3aeb 100644 --- a/tests/data/wallet.conf +++ b/tests/data/wallet.conf @@ -4,6 +4,9 @@ $DB_DRIVER = 'SQLite'; $DB_INFO = 'wallet-db'; +# Point to the schema directory in the distribution. +$DB_DDL_DIRECTORY = "$ENV{SOURCE}/sql"; + # Set up a file bucket. $FILE_BUCKET = 'test-files'; -- cgit v1.2.3