]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sg/t9300-robustify'
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Dec 2019 21:08:47 +0000 (13:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Dec 2019 21:08:47 +0000 (13:08 -0800)
commit8bc481f4f6d79a7925263da1fc2050c4cecba618
tree0029190a909e5dbebc3b146b08884c299bc74f80
parent011fc2e88e9ab13760c571330737ffaf0986e4ef
parent0d9b0d78859b5a6d91d57609305b1c6eb326bf7e
Merge branch 'sg/t9300-robustify'

The test on "fast-import" used to get stuck when "fast-import" died
in the middle.

* sg/t9300-robustify:
  t9300-fast-import: don't hang if background fast-import exits too early
  t9300-fast-import: store the PID in a variable instead of pidfile
t/t9300-fast-import.sh