contrib/vagrant/provision.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 31 Aug 2023 01:54:48 +0200
changeset 50945 0e6cea0c3113
parent 21874 8da01b6e7b49
permissions -rw-r--r--
extension: check the command attributes using `sysstr` Since we are checking attributes, lets use the native representation instead of bytes.

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