Skip to content

Commit

Permalink
tests: Simply licenses test
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Mar 13, 2024
1 parent cfc2c08 commit eb78792
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tests/test_licenses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,9 @@ LICENSES=(
)

output=tests/tmp
template=$(mktemp -d)
cp -rf . "${template}"
(
cd "${template}" || exit 1
git add . -A || true
git commit -m "test" || true
git tag 99.99.99
)

for license in "${LICENSES[@]}"; do
copier copy -f --trust "${template}" "${output}" \
copier copy -fr HEAD --trust . "${output}" \
-d project_name="Pawamoy Testing" \
-d project_description='Testing this great template' \
-d author_fullname="Timothée Mazzucotelli" \
Expand Down

0 comments on commit eb78792

Please sign in to comment.