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

Emit log message when saving reproducers #1273

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Conversation

samalws-tob
Copy link
Collaborator

Fixes #1179
One problem with this: sometimes this message should be prefaced with a \n and sometimes it shouldn't. Example:

[2024-06-12 14:08:43.07] Saving corpus... Saving reproducer to asdf/coverage/9205690443874393131.txt
Done! (0.042806s)

Should be:

[2024-06-12 14:08:43.07] Saving corpus...
Saving reproducer to asdf/coverage/9205690443874393131.txt
Done! (0.042806s)

Any suggestions for how to do this in a consistent way are appreciated

@samalws-tob samalws-tob marked this pull request as ready for review June 12, 2024 19:25
@ggrieco-tob ggrieco-tob merged commit 1cb47b3 into master Jun 13, 2024
17 of 18 checks passed
@ggrieco-tob ggrieco-tob deleted the logReproducerFilename branch June 13, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show the reproducer filename
2 participants