#!/bin/sh

set -ex

exec make tests PYTHON=python2 TESTFLAGS="--verbose --timeout 1440 --with-hg=/usr/bin/hg --blacklist=$(pwd)/debian/mercurial.test_blacklist"
