Comment 15 for bug 1197582

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote : Re: UEFI shell color codes makes it impossible to parse output with pexpect.

I think my code passes the output along as soon as it cannot possibly be a match to the pattern (the pattern could be tightened to more closely match actual ansi escape codes, I don't think you ever have more than 4 or 5 characters between the ESC [ and the letter).

Can I reproduce the problem on my machine somehow?