#!/bin/sh

set -e
exec 2>&1

e=0

# Don't pollute the home directory unless this looks like a dedicated
# autopkgtest environment
if [ "$(id -nu)" = adt ]; then
	install -d ~/.flatpak-tests/
fi

exec gnome-desktop-testing-runner Flatpak
