aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/data/wallet.conf3
1 files changed, 3 insertions, 0 deletions
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';