summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-04-22 13:42:43 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-04-22 13:42:43 -0700
commit45fbdf54a2b5b1bec30f9cec401439701014ac2d (patch)
tree8c0fef473a4e06841d109500ab36ea6f4a1ec165 /t/README
parentMerge branch 'js/import-tars-do-not-make-phony-files-from-pax-headers' (diff)
parenttest-lib: allow short options to be bundled (diff)
downloadtgif-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/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/README b/t/README
index da5b24feb0..d12efcd3a4 100644
--- a/t/README
+++ b/t/README
@@ -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::