#!/bin/sh
# per example given in README.rst
echo "exec upstream unittests under Python 2"
exec python2 -m unittest discover
