mirror of
https://github.com/git/git.git
synced 2024-12-12 03:14:11 +08:00
Merge branch 'jk/interop-error'
Test helper improvement. * jk/interop-error: t/interop: report which vanilla git command failed
This commit is contained in:
commit
42423c61d9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user