commit 45ec06a0e88b9270b71bbcda163f5d90807f6a87 parent 8f656ba0fc3973ca517cbec902cc8ce2d7b15e92 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 18 Jun 2015 16:38:43 +0200 fix config to use test mode Diffstat:
| M | src/mint-lib/test-mint-home/config/mint-common.conf | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/mint-lib/test-mint-home/config/mint-common.conf b/src/mint-lib/test-mint-home/config/mint-common.conf @@ -14,7 +14,9 @@ MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG # How to access our database DB = postgres +# This is a testcase, use transient DB actions +TESTRUN = YES [mintdb-postgres] -DB_CONN_STR = "postgres:///taler" +DB_CONN_STR = "postgres:///talercheck"