contrib/vagrant/provision.sh
author Boris Feld <boris.feld@octobus.net>
Mon, 12 Nov 2018 01:08:56 +0100
changeset 40895 ed8e4748b9da
parent 21874 8da01b6e7b49
permissions -rw-r--r--
test: enable sparse-revlog for test-lfconvert.t We are about to enable sparse-revlog globally. To help with reviewing the tests change, we isolate them in individual changesets. Differential Revision: https://phab.mercurial-scm.org/D5322

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