here we want 'yes'
This commit is contained in:
parent
0a6dd728de
commit
8ae03a690b
@ -16,8 +16,8 @@ MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
|
|||||||
# How to access our database
|
# How to access our database
|
||||||
DB = postgres
|
DB = postgres
|
||||||
|
|
||||||
# This is a testcase, use transient DB actions
|
# Is this is a testcase, use transient DB actions?
|
||||||
TESTRUN = NO
|
TESTRUN = YES
|
||||||
|
|
||||||
[mintdb-postgres]
|
[mintdb-postgres]
|
||||||
|
|
||||||
|
@ -23,6 +23,8 @@
|
|||||||
#
|
#
|
||||||
# Setup keys.
|
# Setup keys.
|
||||||
taler-mint-keyup -d test-mint-home -m test-mint-home/master.priv
|
taler-mint-keyup -d test-mint-home -m test-mint-home/master.priv
|
||||||
|
# Setup database (just to be sure)
|
||||||
|
taler-mint-dbinit -d test-mint-home &> /dev/null || true
|
||||||
# Only log hard errors, we expect lots of warnings...
|
# Only log hard errors, we expect lots of warnings...
|
||||||
export GNUNET_FORCE_LOG="taler-mint-httpd;;;;ERROR/libmicrohttpd;;;;ERROR/"
|
export GNUNET_FORCE_LOG="taler-mint-httpd;;;;ERROR/libmicrohttpd;;;;ERROR/"
|
||||||
# Run test...
|
# Run test...
|
||||||
|
Loading…
Reference in New Issue
Block a user