tests/run-tests.py
changeset 10264 d6512b3e9ac0
parent 10171 542279f81203
parent 10263 25e572394f5c
child 10282 08a0f04b56bd
equal deleted inserted replaced
10260:fe699ca08a45 10264:d6512b3e9ac0
     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)