view contrib/vagrant/provision.sh @ 40226:0d403e9f049a

py3: use stringutil.pprint() instead of '%r' This makes test-pager-legacy.t pass on Python 3. Differential Revision: https://phab.mercurial-scm.org/D5037
author Pulkit Goyal <pulkit@yandex-team.ru>
date Sat, 13 Oct 2018 04:54:35 +0300
parents 8da01b6e7b49
children
line wrap: on
line source

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