#!/bin/sh
set -ex

cd "$AUTOPKGTEST_TMP"
python3 -m unittest -v babelfish.tests 2>&1
