#!/bin/sh

set -e

cp -a tests $ADTTMP/tests
cd $ADTTMP/tests

LC_ALL=C.UTF-8 python3 ./runtests.py --verbosity 2
