Merge branch 'en/test-selector'
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Nov 2020 21:17:42 +0000 (13:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Nov 2020 21:17:43 +0000 (13:17 -0800)
commit9879f3b3f6dc055099a045c67a1f086d60eb0200
treea70f60aaffdc6145920d69e50dc978d3fb140238
parent01194384d6efd9ba401b9c6ff5249e8b83ae91af
parentd0ee2779e3efb71400a2461f7f05395a8991f698
Merge branch 'en/test-selector'

Our test scripts can be told to run only individual pieces while
skipping others with the "--run=..." option; they were taught to
take a substring of test title, in addition to numbers, to name the
test pieces to run.

* en/test-selector:
  test-lib: reduce verbosity of skipped tests
  t6006, t6012: adjust tests to use 'setup' instead of synonyms
  test-lib: allow selecting tests by substring/glob with --run
t/t0000-basic.sh