#!/bin/sh

set -e

script_path="$(dirname "$0")"
SNAPCRAFT_AUTOPKGTEST_SUITES=tests/integration/plugins "$script_path/integrationtests"
