aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/test-auditor.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditor/test-auditor.sh')
-rwxr-xr-xsrc/auditor/test-auditor.sh8
1 files changed, 7 insertions, 1 deletions
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
1872 fi 1872 fi
1873fi 1873fi
1874 1874
1875check_with_database "auditor-basedb" 1875# run tests with pre-build database, if one is available
1876if test -x auditor-basedb.mpub
1877then
1878 check_with_database "auditor-basedb"
1879else
1880 fail=77
1881fi
1876 1882
1877exit $fail 1883exit $fail