Merge branch 'jk/interop-error'

Test helper improvement.

* jk/interop-error:
  t/interop: report which vanilla git command failed
This commit is contained in:
Junio C Hamano 2023-01-21 17:21:59 -08:00
commit 42423c61d9

View File

@ -68,7 +68,7 @@ generate_wrappers () {
wrap_git .bin/git.a "$DIR_A" &&
wrap_git .bin/git.b "$DIR_B" &&
write_script .bin/git <<-\EOF &&
echo >&2 fatal: test tried to run generic git
echo >&2 fatal: test tried to run generic git: $*
exit 1
EOF
PATH=$(pwd)/.bin:$PATH