Since logs can have some _non ASCII_ symbols and grep think that this is a binary file. Signed-off-by: Azat Khuzhin <a3at.mail@xxxxxxxxx> --- kvm-xfstests/get-results | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kvm-xfstests/get-results b/kvm-xfstests/get-results index be4a729..4151e36 100755 --- a/kvm-xfstests/get-results +++ b/kvm-xfstests/get-results @@ -1,2 +1,2 @@ #!/bin/sh -egrep "(^BEGIN)|(^END)|(^Ran: )|(^Failures: )|(^Passed)|(inconsistent)" $* +egrep -a "(^BEGIN)|(^END)|(^Ran: )|(^Failures: )|(^Passed)|(inconsistent)" $* -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html