contrib/vagrant/provision.sh
author Yuya Nishihara <yuya@tcha.org>
Sat, 03 Mar 2018 15:33:52 -0500
changeset 36657 214f61abd865
parent 21874 8da01b6e7b49
permissions -rw-r--r--
py3: back out c77c925987d7 to store bytes filename in IOError Appears that this is how Python 3 works.

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