When redirection operators are included in a command string passed to the system() subroutine, it spawns an intermediate shell to handle the redirection. This is particularly inefficient when running the tests in MSYS2. Creating our own version of system() based on fork() and exec() allows us to handle the redirection directly. |
||
|---|---|---|
| .. | ||
| Diff.pm | ||
| Environment.pm | ||
| RegressionList.pm | ||
| Reporting.pm | ||