]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7521-ignored-mode.sh
Merge branch 'jk/t7006-sigpipe-tests-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Dec 2021 22:35:13 +0000 (14:35 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Dec 2021 22:35:13 +0000 (14:35 -0800)
commit97991dfab7bea2f347bbea1ae7494afa72a50931
tree0b816d475d5055aaa0ebdaa6fc2d480f02e15fe4
parent8bb6fe853f6910526ed761938343cca79648a0b4
parent5263e22cba8dce3a579bec41ac576f74bf4258df
Merge branch 'jk/t7006-sigpipe-tests-fix'

The function to cull a child process and determine the exit status
had two separate code paths for normal callers and callers in a
signal handler, and the latter did not yield correct value when the
child has caught a signal.  The handling of the exit status has
been unified for these two code paths.  An existing test with
flakiness has also been corrected.

* jk/t7006-sigpipe-tests-fix:
  t7006: simplify exit-code checks for sigpipe tests
  t7006: clean up SIGPIPE handling in trace2 tests
  run-command: unify signal and regular logic for wait_or_whine()
run-command.c