contrib/vagrant/provision.sh
author Laurent Charignon <lcharignon@fb.com>
Wed, 18 Nov 2015 13:46:42 -0800
changeset 27011 53c668dc6b16
parent 21874 8da01b6e7b49
permissions -rw-r--r--
rebase: fix a typo in test-rebase-obsolete We had left a lonely single quote where it shouldn't be!

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