#!/bin/sh -e

trap "cp ./test-suite.log $AUTOPKGTEST_ARTIFACTS" EXIT

PYTHON=python3 make check
