contrib/vagrant/provision.sh
author Augie Fackler <augie@google.com>
Tue, 16 Jun 2015 14:11:58 -0400
changeset 25581 79c75459321e
parent 21874 8da01b6e7b49
permissions -rw-r--r--
progress: respect ui.quiet (issue4726) Caught when I was running the hgsubversion testsuite and it started printing progress bars over top of my test output lines.

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