#!/bin/sh
set -e
# use the system installed modules, not the local source
cd debian/tests
python2 -m unittest subvertpy.tests.test_suite
