[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1397297243-12130-1-git-send-email-a3at.mail@gmail.com>
Date: Sat, 12 Apr 2014 14:07:22 +0400
From: Azat Khuzhin <a3at.mail@...il.com>
To: linux-ext4@...r.kernel.org, tytso@....edu
Cc: Azat Khuzhin <a3at.mail@...il.com>
Subject: [PATCH 1/2] xfstests-bld: get-results: add -a option for grep, to process binary files as text
Since logs can have some _non ASCII_ symbols and grep think that this is
a binary file.
Signed-off-by: Azat Khuzhin <a3at.mail@...il.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists