From 19f51f558b08352161c11725f7219aabb461e7e2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 1 May 2020 19:48:11 +0200 Subject: make tests skip until we have a wallet to regen the DB --- src/auditor/test-auditor.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/auditor/test-auditor.sh') diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh index 57b017d28..edf5fec59 100755 --- a/src/auditor/test-auditor.sh +++ b/src/auditor/test-auditor.sh @@ -1872,6 +1872,12 @@ else fi fi -check_with_database "auditor-basedb" +# run tests with pre-build database, if one is available +if test -x auditor-basedb.mpub +then + check_with_database "auditor-basedb" +else + fail=77 +fi exit $fail -- cgit v1.2.3