contrib/vagrant/provision.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 10 Nov 2016 23:38:41 -0800
changeset 30450 de48d3a0573a
parent 21874 8da01b6e7b49
permissions -rw-r--r--
hghave: add check for zstd support Not all configurations will support zstd. Add a check so we can conditionalize tests.

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