-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
fix: ensure that testproject is removed even after a failure #948
Conversation
Looks like a good bug fix @umarcor. Got my 👍but will give others a chance to review the change as well. I know it's not part of your change-set but If you don't mind, I think that |
Thanks @jharshman!
I wouldn't mind to do so, but I'm sleepy now and I don't understand what you mean. How do you suggest to simplify it? Note that I would apply the simplification to |
According to the package docs, |
Thanks for the hint @jharshman! I updated the PR accordingly. |
141230d
to
941bb48
Compare
941bb48
to
ccf60c7
Compare
In 984374f a
defer func()
was added after a possiblet.Fatal(err)
. This PR moves it before, to ensure that testproject files are removed after a failure.