#!/bin/sh

cp -r test/* "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

# Run the tests
MALLOC_CHECK_=0 exec python3 -Wignore TestRecipe.py -v 2>&1
