aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2021-05-18 21:49:56 -0500
committerJacob Bachmeyer <jcb@gnu.org>2021-05-18 21:49:56 -0500
commit1f7ac1cf71aab35d43d4a4f16dfaf5edd1d0c2cb (patch)
tree11dd52416e159fdf58eb9667afc7cc03b747228f /ChangeLog
parent531c8aa5acc8b7ccb40fc255bec038f8d8e02983 (diff)
Avoid Tcl error when report-card tool fails to produce output in tests
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1544385..232db1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2021-05-18 Jacob Bachmeyer <jcb@gnu.org>
+ * testsuite/report-card.all/onetest.exp: Avoid Tcl error when item
+ and totals lines are missing entirely.
+
* testsuite/runtest.main/pr48155.exp: Fix assumption about exit
code from /bin/false, which is different on Solaris.