equal
deleted
inserted
replaced
3 # run-tests.py - Run a set of tests on Mercurial |
3 # run-tests.py - Run a set of tests on Mercurial |
4 # |
4 # |
5 # Copyright 2006 Matt Mackall <mpm@selenic.com> |
5 # Copyright 2006 Matt Mackall <mpm@selenic.com> |
6 # |
6 # |
7 # This software may be used and distributed according to the terms of the |
7 # This software may be used and distributed according to the terms of the |
8 # GNU General Public License version 2, incorporated herein by reference. |
8 # GNU General Public License version 2 or any later version. |
9 |
9 |
10 # Modifying this script is tricky because it has many modes: |
10 # Modifying this script is tricky because it has many modes: |
11 # - serial (default) vs parallel (-jN, N > 1) |
11 # - serial (default) vs parallel (-jN, N > 1) |
12 # - no coverage (default) vs coverage (-c, -C, -s) |
12 # - no coverage (default) vs coverage (-c, -C, -s) |
13 # - temp install (default) vs specific hg script (--with-hg, --local) |
13 # - temp install (default) vs specific hg script (--with-hg, --local) |