contrib/vagrant/provision.sh
author Yuya Nishihara <yuya@tcha.org>
Sun, 03 Jun 2018 13:11:49 +0900
changeset 38231 4dd3b6c68f96
parent 21874 8da01b6e7b49
permissions -rw-r--r--
fuzz: fix the default make target

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