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

Clear log files as part of clean #63

Closed
CharliePoole opened this issue Jun 12, 2024 · 1 comment · Fixed by #64
Closed

Clear log files as part of clean #63

CharliePoole opened this issue Jun 12, 2024 · 1 comment · Fixed by #64
Assignees
Labels
Milestone

Comments

@CharliePoole
Copy link
Collaborator

We run tests using both 3.15.5 and 3.17.0, which still have the infamous "zero-length log file" bug - nunit/nunit-console#1178. This is quite annoying as they build up run after run. Easy fix is to erase them in the Clean target.

@CharliePoole CharliePoole self-assigned this Jun 12, 2024
@CharliePoole CharliePoole added this to the 3.8 milestone Jun 12, 2024
@CharliePoole
Copy link
Collaborator Author

Cleaning the logs file as part of the Clean task is useful because it eliminates all logs from earlier runs. However, running the unit and package tests is still producing about 30 log files, mostly empty. I need to selectively delete zero-length files after those test runs, so I only see the files where I've asked for an actual trace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant