contrib/vagrant/provision.sh
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 10 Mar 2017 23:06:31 -0800
changeset 31305 98658f73588a
parent 21874 8da01b6e7b49
permissions -rw-r--r--
rebase: pass in a regular set to _setrebasesetvisibility() Trivial refactoring to simplify the next patch.

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