Meta/Make: allow --locale= and --test= to be given
authorJunio C Hamano <gitster@pobox.com>
Sun, 19 Apr 2009 16:01:41 +0000 (09:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 Apr 2009 16:01:41 +0000 (09:01 -0700)
commitf355f2565bf7f2299494ae673d280a3a5a2c0476
tree659732606d4da83ac790da9f8176484288b50367
parent7e8dadd50f02f591c39d5a5e61c37cbdb909ca4f
Meta/Make: allow --locale= and --test= to be given

It often is convenient to run only specific tests while still staying
at the toplevel (some failures only reproduce with particular allocation
patterns, for example).  You can say

    $ Meta/Make --test='1013 91??'

to run only test 1013 and 91xx series.

Similarly, you can give --locale=en_US.UTF-8 or somesuch; earlier we
always run tests in C locale for reproducibility, and the default
stays the same, but sometimes it is useful to run tests in different
locale.
Make