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.a "$DIR_A" &&
|
||||||
wrap_git .bin/git.b "$DIR_B" &&
|
wrap_git .bin/git.b "$DIR_B" &&
|
||||||
write_script .bin/git <<-\EOF &&
|
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
|
exit 1
|
||||||
EOF
|
EOF
|
||||||
PATH=$(pwd)/.bin:$PATH
|
PATH=$(pwd)/.bin:$PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user