#!/bin/sh
set -ex

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