Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GTest leaves some temporary files which are not .gitignored #211

Open
nobruinfo opened this issue Nov 16, 2024 · 0 comments
Open

GTest leaves some temporary files which are not .gitignored #211

nobruinfo opened this issue Nov 16, 2024 · 0 comments
Labels
new New report, not classified yet

Comments

@nobruinfo
Copy link
Contributor

Test Environment (required)

  • Tools Platform: Windows wsl
  • Tools Version: 20241109.10-22mega-163e656
  • MEGA65 Platform: all
  • ROM Release: irrelevant
  • Core Commit: irrelevant

Describe the bug

After each run of make test a bunch of file remain in the main project's folder. Some of them are not listed in .gitignore.

To Reproduce

Steps to reproduce the behavior:

  1. Check out project
  2. make test
  3. git diff
  4. See dummy.txt has changed and will be considered in all the diffs of a pull request.

Expected behavior

Either change all of the test steps to clean after themselves or put all of the files into .gitignore.

Screenshots

N/A.

Additional context

A pure nice to have.

@nobruinfo nobruinfo added the new New report, not classified yet label Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new New report, not classified yet
Projects
None yet
Development

No branches or pull requests

1 participant