Commit c63c1b9
committed
Tests: Disable Git Commit Signing in Tests
The test suite creates a tiny test suite with a custom user email.
If a developer working on Swiftly has commit signing enabled, that tool
will see that the committer email and the signing identity don't match,
and will fail to sign the commit, causing the `testGit` test to fail.
Disabling gpg signing commits in the temporary test repo.1 parent e6a78f5 commit c63c1b9
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments