Skip to content

Commit ef687db

Browse files
committed
Merge branch 'nd/test-helpers'
Switching between 'master' and 'next', between which the paths to test helper binaries have changed, did not update bin-wrappers/* scripts used in tests, causing false test failures. * nd/test-helpers: wrap-for-bin.sh: regenerate bin-wrappers when switching branches
2 parents a046941 + 2ec075d commit ef687db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wrap-for-bin.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ fi
1717
GITPERLLIB='@@BUILD_DIR@@/perl/blib/lib'"${GITPERLLIB:+:$GITPERLLIB}"
1818
GIT_TEXTDOMAINDIR='@@BUILD_DIR@@/po/build/locale'
1919
PATH='@@BUILD_DIR@@/bin-wrappers:'"$PATH"
20+
2021
export GIT_EXEC_PATH GITPERLLIB PATH GIT_TEXTDOMAINDIR
2122

2223
if test -n "$GIT_TEST_GDB"

0 commit comments

Comments
 (0)