contrib/vagrant/provision.sh
author Augie Fackler <augie@google.com>
Mon, 31 Aug 2015 22:44:57 -0400
changeset 26146 8c91726caeae
parent 21874 8da01b6e7b49
permissions -rw-r--r--
test-docker-packaging: test packages built using docker For now this only tests debian packages, but it could easily be extended to also test rpms.

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