-
Notifications
You must be signed in to change notification settings - Fork 744
Test setup/cleanup is broken #621
Copy link
Copy link
Closed
Labels
Description
Please see this Travis build (this also reproduced on appveyor, but I deleted that build).
It looks like the sed tests aren't properly cleaning up all the temp directories. This is currently causing lint failures (#620 handles the lint config), but we should not leave temp directories regardless of the lint setup. This blocks parallelization (which we may not ever achieve, but it's a good idea to keep tests cleaning up after themselves).
Reactions are currently unavailable