tests/run-tests.py
branchstable
changeset 10263 25e572394f5c
parent 10154 d4a62b6d4a58
child 10264 d6512b3e9ac0
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     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)