#!/bin/sh

set -e

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