diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2016-09-23 11:35:34 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2016-09-23 11:35:34 +0000 |
commit | 643e08545f850c9fcfc42f4411da834e857905fd (patch) | |
tree | 8651497d2428221c8a79474f3844efb9fca66617 /contrib | |
parent | cab9e1df4d30c129e75e8a0ee575a821ab6342cf (diff) | |
download | gcc-643e08545f850c9fcfc42f4411da834e857905fd.zip gcc-643e08545f850c9fcfc42f4411da834e857905fd.tar.gz gcc-643e08545f850c9fcfc42f4411da834e857905fd.tar.bz2 |
Revert bogus dg-extract-results.sh change
* dg-extract-results.sh: Revert bogus change.
From-SVN: r240429
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/dg-extract-results.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index dde0d7b..0978df5 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2016-09-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * dg-extract-results.sh: Revert bogus change. + 2016-09-20 Christophe Lyon <christophe.lyon@linaro.org> * dg-extract-results.py: Report DejaGnu error in the final diff --git a/contrib/dg-extract-results.sh b/contrib/dg-extract-results.sh index 519d49c..6ee3d26 100755 --- a/contrib/dg-extract-results.sh +++ b/contrib/dg-extract-results.sh @@ -434,7 +434,7 @@ BEGIN { /^# of unresolved testcases/ { unrescnt += \$5 } /^# of unsupported tests/ { unsupcnt += \$5 } END { - printf ("\n\t\t=== %s MySummary ===\n\n", tool) + printf ("\n\t\t=== %s Summary ===\n\n", tool) if (dgerrorcnt != 0) printf ("# of DejaGnu errors\t\t%d\n", dgerrorcnt) if (passcnt != 0) printf ("# of expected passes\t\t%d\n", passcnt) if (failcnt != 0) printf ("# of unexpected failures\t%d\n", failcnt) |