#!/bin/sh
set -e
cp -r bin tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
python3 -m nose2 tests --verbose


