]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4205-log-pretty-formats.sh
t4205: don't exit test script on failure
authorRené Scharfe <l.s.r@web.de>
Thu, 1 Dec 2022 21:48:24 +0000 (22:48 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 1 Dec 2022 23:25:02 +0000 (08:25 +0900)
commit77e04b2ed43c93c55ca4645be385c926b9102f6a
tree0572cb60638403c1afe7122a2fcb8154e1c627c0
parente7e5c6f715b2de7bea0d39c7d2ba887335b40aa0
t4205: don't exit test script on failure

Only abort the individual check instead of exiting the whole test script
if git show fails.  Noticed with GIT_TEST_PASSING_SANITIZE_LEAK=check.

Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4205-log-pretty-formats.sh