#!/bin/sh

set -e

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