]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/doc-test-leaving-early'
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2020 22:49:55 +0000 (15:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2020 22:49:55 +0000 (15:49 -0700)
commitb07c72100f88315d6abef235cee7428fca0886b5
tree909cf1aa4165308fb4d53ccb7669997ba76c0470
parent28ba5a7b27b8a16e44b760196fb09a016c6713d6
parent7cc112dc95fd75ba230ad424de622c9d1c1a8b73
Merge branch 'jc/doc-test-leaving-early'

Document the recommended way to abort a failing test early (e.g. by
exiting a loop), which is to say "return 1".

* jc/doc-test-leaving-early:
  t/README: suggest how to leave test early with failure
t/README