From 0bfb5b25091a1cbdd9911ae124ae6da35cd2b916 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 13 Jan 2017 14:44:51 +0100 Subject: Add option to initialized db, fixes 4858 Additionally remove the TESTRUN option, since the name is confusing and doesn't match the original semantics (temp tables). Test cases should now invoke the exchange httpd with the "-i" option. --- src/exchange/test_taler_exchange_httpd.conf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/exchange/test_taler_exchange_httpd.conf') diff --git a/src/exchange/test_taler_exchange_httpd.conf b/src/exchange/test_taler_exchange_httpd.conf index 19f448f3b..e1c30615b 100644 --- a/src/exchange/test_taler_exchange_httpd.conf +++ b/src/exchange/test_taler_exchange_httpd.conf @@ -23,11 +23,6 @@ MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG # How to access our database DB = postgres -# Is this is a testcase, use transient DB actions? -TESTRUN = YES - - - [exchangedb-postgres] DB_CONN_STR = "postgres:///talercheck" -- cgit v1.2.3