diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-04-22 13:42:43 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-04-22 13:42:43 -0700 |
commit | 45fbdf54a2b5b1bec30f9cec401439701014ac2d (patch) | |
tree | 8c0fef473a4e06841d109500ab36ea6f4a1ec165 /t/README | |
parent | Merge branch 'js/import-tars-do-not-make-phony-files-from-pax-headers' (diff) | |
parent | test-lib: allow short options to be bundled (diff) | |
download | tgif-45fbdf54a2b5b1bec30f9cec401439701014ac2d.tar.xz |
Merge branch 'mt/test-lib-bundled-short-options'
Minor test usability improvement.
* mt/test-lib-bundled-short-options:
test-lib: allow short options to be bundled
Diffstat (limited to 't/README')
-rw-r--r-- | t/README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -69,7 +69,8 @@ You can also run each test individually from command line, like this: You can pass --verbose (or -v), --debug (or -d), and --immediate (or -i) command line argument to the test, or by setting GIT_TEST_OPTS -appropriately before running "make". +appropriately before running "make". Short options can be bundled, i.e. +'-d -v' is the same as '-dv'. -v:: --verbose:: |