From fb340c3c7f23b51e71c54a92b9f6d5c7e00d6044 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Fri, 4 Jun 2010 14:01:22 +0000 Subject: check_jni_methods.sh.in: Don't use diff -U. libjava/classpath: * scripts/check_jni_methods.sh.in: Don't use diff -U. Adapt grep regex, ignore file and problem message. contrib: * test_summary: Don't use diff -u. Adapt egrep regex. From-SVN: r160264 --- contrib/test_summary | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/test_summary') diff --git a/contrib/test_summary b/contrib/test_summary index c4b3c2c..5fc49f5 100755 --- a/contrib/test_summary +++ b/contrib/test_summary @@ -1,6 +1,6 @@ #! /bin/sh -# (C) 1998, 1999, 2000, 2002, 2003, 2004, 2007, 2009 +# (C) 1998, 1999, 2000, 2002, 2003, 2004, 2007, 2009, 2010 # Free Software Foundation # Originally by Alexandre Oliva @@ -75,9 +75,9 @@ for file in $files; do [ -f $file ] && anyfile=true && { $anychange || - anychange=`diff -u $file.sent $file 2>/dev/null | + anychange=`diff $file.sent $file 2>/dev/null | if test ! -f $file.sent || - egrep '^[-+](XPASS|FAIL)' >/dev/null; then + egrep '^[<>] (XPASS|FAIL)' >/dev/null; then echo true else echo false -- cgit v1.1