tests/copy-src: always copy .git dir

This is required by a later commit that introduces flakes-based test
evaluation. Evaluating local flakes needs a repo dir.
This commit is contained in:
Erik Arvstedt
2022-11-03 23:08:05 +01:00
parent a87a59a86b
commit 5f1bb2a8fc
3 changed files with 1 additions and 21 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ atExit() {
trap "atExit" EXIT
# shellcheck disable=SC2154
rsync -a --delete --exclude='.git*' "$scriptDir/../" "$tmp/src"
rsync -a --delete "$scriptDir/../" "$tmp/src"
echo "Copied src"
# shellcheck disable=SC2154