mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
Have PFTT clean up leftover files, part 1 #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lavturo on GitHub (Apr 26, 2019).
As of now, PFTT does not delete leftover files and it hinders the stage where it enumerates test cases. It takes much longer for it to enumerate since it has to check through more files.
The goal of this first part is to have PFTT delete major left over files due to tests timing out. This will allow it to already run at a faster pace.
@weltling commented on GitHub (Apr 30, 2019):
Closing.