contrib/vagrant/provision.sh
author Tristan Seligmann <mithrandi@debian.org>
Mon, 09 Mar 2015 12:32:29 -0400
changeset 24233 b6bcfd160e14
parent 21874 8da01b6e7b49
permissions -rw-r--r--
test-shelve: be more lenient about whitespace (issue4124) When running on a slower systems (eg. MIPS buildd), the age of the shelf can be 10 seconds or more, resulting in the output alignment changing and thus a test failure. This patch makes the spacing be matched more leniently.

#!/bin/sh
# This scripts is used to install dependencies for
# testing Mercurial. Mainly used by Vagrant (see
# Vagrantfile for details).

export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y -q python-dev unzip
# run-tests.sh is added by Vagrantfile
chmod +x run-tests.sh