Modify LitTestCommand class to accept optional argument to parse summary lines only
- Add optional argument parseSummaryOnly with default value False
- If the argument is not specified, the behavior will be all the same as before
- If the argument is passed as True, only the lines after "r'^Failing Tests \(\d*\)$'" will be parsed as test results
- This is supposed to address the test result display problem with ninja command