]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/avoid-losing-exit-codes-in-tests'
authorJunio C Hamano <gitster@pobox.com>
Sun, 19 Mar 2023 22:03:10 +0000 (15:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 Mar 2023 22:03:10 +0000 (15:03 -0700)
commit6f54213718ccd05be8a07f74d0d4e524ebccb3be
tree92d0218f9b7f7d4eaa9ecf1c34ad1b6f1fa54777
parent950264636c68591989456e3ba0a5442f93152c1a
parent9fdc79ecba0f4a3ef885f1409d2db5a1dbabd649
Merge branch 'ab/avoid-losing-exit-codes-in-tests'

Test clean-up.

* ab/avoid-losing-exit-codes-in-tests:
  tests: don't lose misc "git" exit codes
  tests: don't lose exit status with "test <op> $(git ...)"
  tests: don't lose "git" exit codes in "! ( git ... | grep )"
  tests: don't lose exit status with "(cd ...; test <op> $(git ...))"
  t/lib-patch-mode.sh: fix ignored exit codes
  auto-crlf tests: don't lose exit code in loops and outside tests
t/lib-httpd.sh
t/t1401-symbolic-ref.sh
t/t3701-add-interactive.sh
t/t5522-pull-symlink.sh
t/t7402-submodule-rebase.sh
t/t7504-commit-msg-hook.sh