-
Notifications
You must be signed in to change notification settings - Fork 44
Add script to regenerate regression tests #2465
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
Conversation
This reverts commit d6ccf83.
*.kore) | ||
*.kore|.k*) # the .k* pattern matches files from temporary run folders | ||
kollected=1 | ||
;& |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think @MirceaS originally wrote this, it was included in one of the PRs he had to revert, but I suppose this was also reverted by accident.
Without this change to kollect
, we wouldn't be able to extract the files generated by the frontend, because on the latest versions the way the temporary files are named has changed.
Part of #2410
evm-semantics
andwasm-semantics
regression tests.regression-evm
andregression-wasm
.Review checklist
The author performs the actions on the checklist. The reviewer evaluates the work and checks the boxes as they are completed.