contrib/vagrant/provision.sh
author Boris Feld <boris.feld@octobus.net>
Mon, 26 Nov 2018 00:15:12 +0100
changeset 40740 30d878cb102d
parent 21874 8da01b6e7b49
permissions -rw-r--r--
perf: rename `perfhelper-tracecopies` to `perfhelper-pathcopies` The command it supports is called `perfpathcopies`. It seems better to align the names.

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