contrib/vagrant/provision.sh
author Jun Wu <quark@fb.com>
Thu, 06 Apr 2017 18:06:42 -0700
changeset 31835 4bafc80f827e
parent 21874 8da01b6e7b49
permissions -rw-r--r--
bundlerepo: build revlog index with flags This fixes bundlerevlog.flags(rev) for any revisions provided by the bundle. Now test-flagprocessor.t points us to another issue.

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