Merge branch 'ib/test-selectively-run' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 10 Jun 2014 20:36:21 +0000 (13:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jun 2014 20:36:21 +0000 (13:36 -0700)
commit1235570c495655371496aaeca7acf7e20c21bc8f
tree9e5814925267af302d0e917fa17a89d169d62e83
parentbf209ff5c6c740a673bdba0de73c02409d1aba3a
parent7e28c16fdbdf3dc8a4e2a588a008e171982ec069
Merge branch 'ib/test-selectively-run' into next

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