mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
Remove temp SKIPIF files #30
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 (Jun 12, 2019).
Recently pftt has been updated to create temp SKIPIF files to take care of some false positive tests.
However, these files are leftover after the run and will not be deleted on the next run. This makes pftt slower since there are more files for it to read. Just have to update it to delete when the test passes or when there is a new run.