#!/bin/sh
set -ex

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