]> Git Repo - qemu.git/commit
qemu-iotests: filter QEMU monitor \r\n
authorStefan Hajnoczi <[email protected]>
Thu, 14 Nov 2013 14:24:58 +0000 (15:24 +0100)
committerStefan Hajnoczi <[email protected]>
Fri, 6 Dec 2013 15:53:51 +0000 (16:53 +0100)
commitac9524dc55dc32e492ac3e6fbc9785be7168f8a2
tree7233f552f41710d102ad65ba7d013d97c154d1fc
parentd3fa923044321b2ccc12bbdedd582d2c49d958aa
qemu-iotests: filter QEMU monitor \r\n

SMTP does not preserve newlines.  This is normally not a problem if the
email body uses DOS or UNIX newlines consistently.  In 051.out we mix
UNIX newlines with DOS newlines (since QEMU monitor output uses \r\n).

This patch filters the QEMU monitor output so the golden master file
uses UNIX newlines exclusively.

The result is that patches touching 051.out will apply cleanly without
mangling newlines after this commit.

Signed-off-by: Stefan Hajnoczi <[email protected]>
tests/qemu-iotests/051.out
tests/qemu-iotests/common.filter
This page took 0.020707 seconds and 4 git commands to generate.