Commit 51c517b
fix(tests): disable gpg signing in test repos; fix warning to use relative path
The global git config had commit.gpgsign=true which caused all BDD test
scenarios that create git repos to error with a signing server failure.
Setting commit.gpgsign=false locally in create_repo() lets these tests run.
Also corrects the 'Only considering files in' warning to show the
relative path rather than the absolute resolved path, restoring the
expected output for the multi-directory src filter scenario.
https://claude.ai/code/session_014ZRQGvyTdWBqoRjtu7gsSC1 parent 09dba35 commit 51c517b
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| 394 | + | |
394 | 395 | | |
395 | 396 | | |
396 | | - | |
| 397 | + | |
397 | 398 | | |
398 | 399 | | |
399 | 400 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments