contrib/vagrant/provision.sh
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 15 Dec 2018 13:41:34 -0500
branchstable
changeset 40938 9ae4aed27930
parent 21874 8da01b6e7b49
permissions -rw-r--r--
windows: ensure mixedfilemodewrapper fd doesn't escape by entering context mgr Otherwise it seems that the special read and write handling would be bypassed.

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