Skip to content

testsuite: Don't consider untracked files in dirtiness check

Ben Gamari requested to merge wip/testsuite-metrics-untracked into master

Considering trees containing untracked files as dirty is a bridge too far. The chance of an untracked file significantly affecting measured performanced metrics is quite small whereas not collecting measurements is quite inconvenient for some workflows. We now ignore untracked files in the dirtiness check.

Fixes #25471 (closed).

Merge request reports

Loading