contrib/vagrant/provision.sh
author Bryan O'Sullivan <bos@serpentine.com>
Tue, 17 Nov 2015 13:43:09 -0800
changeset 26982 fa6685ea7ad8
parent 21874 8da01b6e7b49
permissions -rw-r--r--
osutil: don't leak on statfiles error Found using the power of the mighty eyeball.

#!/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