Use case: MSBuild indents Lit test output, and test results are not displayed.
Everything except the Stop RE strips the log line, and this one line change allows indented logs to be displayed.
Differential D8878
[zorg] Lit parser should ignore leading whitespace in log file. rfoos on Apr 7 2015, 12:46 PM. Authored by
Details Use case: MSBuild indents Lit test output, and test results are not displayed. Everything except the Stop RE strips the log line, and this one line change allows indented logs to be displayed.
Diff Detail Event TimelineComment Actions It seems my comment to the line 51 was lost in the original message. Sorry for this.
|
lstrip() if you really want to remove the leading whitespace.