changeset 21874 | 8da01b6e7b49 |
21873:cf599f8a2da8 | 21874:8da01b6e7b49 |
---|---|
1 #!/bin/sh |
|
2 # This scripts is used to install dependencies for |
|
3 # testing Mercurial. Mainly used by Vagrant (see |
|
4 # Vagrantfile for details). |
|
5 |
|
6 export DEBIAN_FRONTEND=noninteractive |
|
7 apt-get update |
|
8 apt-get install -y -q python-dev unzip |
|
9 # run-tests.sh is added by Vagrantfile |
|
10 chmod +x run-tests.sh |