Browse Source

* contrib/sum2junit.sh (failures): Fix typo.

Signed-off-by: Ben Elliston <bje@gnu.org>
dejagnu-1.6.2
Jacob Bachmeyer 8 years ago
committed by Ben Elliston
parent
commit
f056f1bd50
  1. 4
      ChangeLog
  2. 2
      contrib/sum2junit.sh

4
ChangeLog

@ -1,3 +1,7 @@
2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
* contrib/sum2junit.sh (failures): Fix typo.
2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com> 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
* configure.ac (DEJAGNU): Add comments. * configure.ac (DEJAGNU): Add comments.

2
contrib/sum2junit.sh

@ -46,7 +46,7 @@ if test x"${passes}" = x; then
fi fi
# The total of failed results are FAIL and XPASS # 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 if test x"${failures}" = x; then
failures=0 failures=0
fi fi

Loading…
Cancel
Save