#!/bin/sh
# autopkgtest check: Build the Xapian cache, ensure no errors happen while doing that.
# (c) 2015 Matthias Klumpp <mak@debian.org>
set -e

export G_DEBUG=fatal-warnings

appstreamcli refresh-index --force --verbose

echo "run: OK"
