diff options
Diffstat (limited to 'src/auditor/test-auditor.sh')
-rwxr-xr-x | src/auditor/test-auditor.sh | 8 |
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 |
1873 | fi | 1873 | fi |
1874 | 1874 | ||
1875 | check_with_database "auditor-basedb" | 1875 | # run tests with pre-build database, if one is available |
1876 | if test -x auditor-basedb.mpub | ||
1877 | then | ||
1878 | check_with_database "auditor-basedb" | ||
1879 | else | ||
1880 | fail=77 | ||
1881 | fi | ||
1876 | 1882 | ||
1877 | exit $fail | 1883 | exit $fail |