You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a patch from Per Bothner, which he describes like this:
The default "simple runner" creates a log file whose name is the
append of the suite-name (from the initial test-begin) and ".log".
But the 'suite-name' is a string that can contain characters not
suitable for a filename. This patch "sanitizes" the filename,
converting questionable characters to #\_.
0 commit comments