From f056f1bd5018a4fdb491c21bc88506c29f26cdd9 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Wed, 31 Oct 2018 21:32:47 +1100 Subject: * contrib/sum2junit.sh (failures): Fix typo. Signed-off-by: Ben Elliston --- contrib/sum2junit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/sum2junit.sh b/contrib/sum2junit.sh index 7d3b0a4..e08f09e 100755 --- a/contrib/sum2junit.sh +++ b/contrib/sum2junit.sh @@ -46,7 +46,7 @@ if test x"${passes}" = x; then fi # The total of failed results are FAIL and XPASS -failures=$(grep -E -c '^XFAIL|XPASS' "$infile") +failures=$(grep -E -c '^FAIL|XPASS' "$infile") if test x"${failures}" = x; then failures=0 fi -- cgit v1.1