#!/bin/sh

set -e

#	use a different tmpdir (to avoid current hardlink issues with the stretch/armhf elts builder's overlayfs setup)
#	https://docs.kernel.org/filesystems/overlayfs.html#overlay-objects
rm -rf $(pwd)/debian/tmp/testsuite
exec make tests TESTFLAGS="--verbose --timeout 1440 --with-hg=/usr/bin/hg --blacklist=$(pwd)/debian/mercurial.test_blacklist --tmpdir $(pwd)/debian/tmp/testsuite"
