commit | 573abf8eae059afc755f6769baa7fbe59bad710b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 08 05:23:41 2025 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:42 2025 +0100 |
tree | be036445fce8fde18eb3b139b7bef6f669ae7a99 | |
parent | b8ca46998b8a4e52972b56f045ac45726f3dc89e [diff] |
patman: Clean up creation of the git tree The test starts with the HEAD pointing to the wrong place, so that the created files appear to be deleted. Fix this by resetting the tree before tests start. Add a check that the tree is clean. Update pygit2 so that the enums are available.