diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-01-13 14:44:51 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-01-13 14:44:51 +0100 |
commit | 0bfb5b25091a1cbdd9911ae124ae6da35cd2b916 (patch) | |
tree | 8a5dddf4b02916bf2d177002acb5514d88e4e64b /src/exchange-lib/test_exchange_api.conf | |
parent | c631ae1b600add2ff229102d63870199043feb53 (diff) |
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.conf | 3 |
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" |