Skip to content

Commit 42423c6

Browse files
committed
Merge branch 'jk/interop-error'
Test helper improvement. * jk/interop-error: t/interop: report which vanilla git command failed
2 parents f2744aa + fca2d86 commit 42423c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/interop/interop-lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ generate_wrappers () {
6868
wrap_git .bin/git.a "$DIR_A" &&
6969
wrap_git .bin/git.b "$DIR_B" &&
7070
write_script .bin/git <<-\EOF &&
71-
echo >&2 fatal: test tried to run generic git
71+
echo >&2 fatal: test tried to run generic git: $*
7272
exit 1
7373
EOF
7474
PATH=$(pwd)/.bin:$PATH

0 commit comments

Comments
 (0)