commit 837b7f5f14ea0921e5563bae5b26e026963e6718 parent 03fb570a9cd099a24720b38bd33dfbe96cfd6a3b Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 28 Sep 2015 22:52:06 +0200 -renable testrun, update gitignore Diffstat:
| M | .gitignore | | | 2 | ++ |
| M | src/mint-lib/test-mint-home/config/mint-common.conf | | | 2 | +- |
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore @@ -43,3 +43,5 @@ src/util/test_crypto src/util/test_json src/util/test_wireformats doc/paper/llncs.cls +doc/paper/taler.bbl +doc/paper/taler.blg diff --git a/src/mint-lib/test-mint-home/config/mint-common.conf b/src/mint-lib/test-mint-home/config/mint-common.conf @@ -17,7 +17,7 @@ MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG DB = postgres # Is this is a testcase, use transient DB actions? -TESTRUN = NO +TESTRUN = YES [mintdb-postgres]