From 1b51e222af573fbc6f38995700177480f9c2f823 Mon Sep 17 00:00:00 2001
From: Stuart Mark James <stuart.james@esrf.fr>
Date: Wed, 17 Jul 2019 10:36:46 +0200
Subject: [PATCH] Doc update

---
 doc/build.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/build.md b/doc/build.md
index 1f33a49..91d130c 100644
--- a/doc/build.md
+++ b/doc/build.md
@@ -80,7 +80,7 @@ cmake -DHDBPP_TDB_BUILD_TESTS=ON ..
 make
 ```
 
-To run all unit tests, a postgresql database node is required with the project schema loaded up. To run all tests:
+To run all unit tests, a postgresql database node is required with the project schema loaded up. Also note the connection string to this database node needs setting in TestHelpers.hpp. To run all tests:
 
 ```bash
 ./test/unit-tests
-- 
GitLab