contrib/vagrant/provision.sh
author Manuel Jacob <me@manueljacob.de>
Sun, 29 May 2022 15:53:01 +0200
changeset 49295 7d9a45c7517f
parent 21874 8da01b6e7b49
permissions -rw-r--r--
py3: remove hack that removed flush argument from print() calls on Python 2

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