summaryrefslogtreecommitdiff
path: root/src/exchange-lib/test_exchange_api.conf
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-01-13 14:44:51 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-01-13 14:44:51 +0100
commit0bfb5b25091a1cbdd9911ae124ae6da35cd2b916 (patch)
tree8a5dddf4b02916bf2d177002acb5514d88e4e64b /src/exchange-lib/test_exchange_api.conf
parentc631ae1b600add2ff229102d63870199043feb53 (diff)
downloadexchange-0bfb5b25091a1cbdd9911ae124ae6da35cd2b916.tar.gz
exchange-0bfb5b25091a1cbdd9911ae124ae6da35cd2b916.tar.bz2
exchange-0bfb5b25091a1cbdd9911ae124ae6da35cd2b916.zip
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.
Diffstat (limited to 'src/exchange-lib/test_exchange_api.conf')
-rw-r--r--src/exchange-lib/test_exchange_api.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/exchange-lib/test_exchange_api.conf b/src/exchange-lib/test_exchange_api.conf
index 03dd6f992..e815a0bbf 100644
--- a/src/exchange-lib/test_exchange_api.conf
+++ b/src/exchange-lib/test_exchange_api.conf
@@ -24,9 +24,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"