aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2018-11-05 17:30:27 +1100
committerBen Elliston <bje@gnu.org>2018-11-05 17:30:27 +1100
commita0b1afa98bdd657efe80c42ef6892e1a417dbf66 (patch)
tree88392febe25dbb978612a589651529f7c132c831 /ChangeLog
parentb6f7f538df51b8f85a2d81a8dd79365163f8b630 (diff)
downloaddejagnu-a0b1afa98bdd657efe80c42ef6892e1a417dbf66.zip
dejagnu-a0b1afa98bdd657efe80c42ef6892e1a417dbf66.tar.gz
dejagnu-a0b1afa98bdd657efe80c42ef6892e1a417dbf66.tar.bz2
Fix formatting issues.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 12 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 7678711..fb15c7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,16 +28,18 @@
* configure.ac (DEJAGNU): Add comments.
- * Makefile.am (DEJATOOL): List tools in testsuite.
- (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
- * testsuite/config/default.exp: Rename from this ...
- * testsuite/lib/runtest.exp: ... to this.
- (runtest_exit): Remove spurious "close".
- This was causing per-tool testing to fail, since the testsuite for
- "runtest" never actually uses "spawn", so "close" ends up closing
- exp0, which is the terminal. The ${tool}_exit proc is not called
- if the --tool option is not given, so this had no effect earlier.
- * testsuite/lib/libdejagnu.exp: New empty file.
+2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
+
+ * Makefile.am (DEJATOOL): List tools in testsuite.
+ (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
+ * testsuite/config/default.exp: Rename from this ...
+ * testsuite/lib/runtest.exp: ... to this.
+ (runtest_exit): Remove spurious "close". This was causing
+ per-tool testing to fail, since the testsuite for "runtest" never
+ actually uses "spawn", so "close" ends up closing exp0, which is
+ the terminal. The ${tool}_exit proc is not called if the --tool
+ option is not given, so this had no effect earlier.
+ * testsuite/lib/libdejagnu.exp: New empty file.
2018-10-30 Ben Elliston <bje@gnu.org>