Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
fix: dummy git identity in test to make runner happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tydeu committed Jun 30, 2022
1 parent a34343d commit 1501702
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/84/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ LAKE=${LAKE:-../../build/bin/lake}
$LAKE new a
pushd a
git add .
git config user.name test
git config user.email [email protected]
git commit -am 'first commit in a'
popd

Expand All @@ -18,6 +20,8 @@ require a from git "../a" @ "master"
EOF
../$LAKE update
git add .
git config user.name test
git config user.email [email protected]
git commit -am 'first commit in b'
popd

Expand Down

0 comments on commit 1501702

Please sign in to comment.