Merge branch 'ib/test-selectively-run'
commit7e1a5381b0048572e72971af41e13a85804d48d9
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Jun 2014 19:18:56 +0000 (16 12:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Jun 2014 19:18:56 +0000 (16 12:18 -0700)
tree4e8aeb5c49dcaffc000d0705831b4c4715d6bdfd
parentc6d3abbf994aaef6c56512f2afe2236310e08e39
parent7e28c16fdbdf3dc8a4e2a588a008e171982ec069
Merge branch 'ib/test-selectively-run'

Allow specifying only certain individual test pieces to be run
using a range notation (e.g. "t1234-test.sh --run='1-4 6 8 9-'").

* ib/test-selectively-run:
  t0000-*.sh: fix the GIT_SKIP_TESTS sub-tests
  test-lib: '--run' to run only specific tests
  test-lib: tests skipped by GIT_SKIP_TESTS say so
  test-lib: document short options in t/README
t/README
t/test-lib.sh