tests/run-tests.py
branchstable
changeset 674 0efa9d6ac11f
parent 670 80d0ed025a02
child 680 f10a5301d082
equal deleted inserted replaced
671:629956d13cbc 674:0efa9d6ac11f
     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)