Skip to content

Commit 49c4522

Browse files
committed
set GIT_LFS_TEST_DIR for docker tests
1 parent bb9e848 commit 49c4522

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/test_lfs.bsh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ git lfs init
77
git config --global user.email "[email protected]"
88
git config --global user.name "Your Name"
99

10+
mkdir /tmp/lfs-test-dir
1011
cp -ra /src /tmp/test/
1112
cd /tmp/test
1213
mkdir -p ./src/github.com/github
1314
unlink src/github.com/github/git-lfs || :
1415
ln -sf $(pwd) src/github.com/github/git-lfs
1516
LFS_BIN=1 GOPATH=$(pwd) ./script/test
16-
LFS_BIN=1 ./script/integration
17+
LFS_BIN=1 GIT_LFS_TEST_DIR=/tmp/lfs-test-dir ./script/integration

0 commit comments

Comments
 (0)