From 90f1d3efccf25f26cc3abe77a0258567cd3a4a5d Mon Sep 17 00:00:00 2001 From: Neil Tiffin Date: Wed, 20 Nov 2024 14:00:45 -0600 Subject: [PATCH] Add comment that DB namespace must be set to xyz in order for tests to run correctly. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 119196d..14f6ca2 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,10 @@ cd LedgerSMB # Set up LedgerSMB configuration for development cp doc/conf/ledgersmb.conf.default ledgersmb.conf + +# db_namespace must be set to xyz in order for tests to run sed -i -e 's/db_namespace = public/db_namespace = xyz/' ledgersmb.conf + sed -i -e 's/host = localhost/host = postgres/' ledgersmb.conf # Start the docker containers