contrib/vagrant/run-tests.sh
author Sean Farley <sean@farley.io>
Tue, 13 Jun 2017 11:10:22 -0700
changeset 33022 e0a8dd6c87c7
parent 21874 8da01b6e7b49
permissions -rw-r--r--
bookmarks: factor out rename logic from commands We keep the lock in the caller so that future devs are aware of the locking implications.

#!/bin/sh
# This scripts is used to setup temp directory in memory
# for running Mercurial tests in vritual machine managed
# by Vagrant (see Vagrantfile for details).

cd /hgshared
make local
cd tests
mkdir /tmp/ram
sudo mount -t tmpfs -o size=100M tmpfs /tmp/ram
export TMPDIR=/tmp/ram
./run-tests.py -l --time