diff options
author | Ben Elliston <bje@gnu.org> | 2017-08-15 06:06:16 +1000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2017-08-15 06:06:16 +1000 |
commit | 3073ac1d0b87b8e42f2b7eb427239d1053597f0b (patch) | |
tree | 97eb3c5aaf2b6250597afd1914fbb1af2ef1c475 /ChangeLog | |
parent | b8108df20a24e9a0dc5306ee2deac9e6c68c966e (diff) | |
download | dejagnu-3073ac1d0b87b8e42f2b7eb427239d1053597f0b.zip dejagnu-3073ac1d0b87b8e42f2b7eb427239d1053597f0b.tar.gz dejagnu-3073ac1d0b87b8e42f2b7eb427239d1053597f0b.tar.bz2 |
Fix bug reported by Andrey ``Bass'' Shcheglov.
* lib/framework.exp (open_logs): Set .xml filename correctly.
* runtest.exp: Remove xml_file_name var.
(usage): Update --xml option to not take an argument.
(load_tool_init): Likewise.
* doc/dejagnu.texi (Invoking runtest): Update documentation.
* doc/runtest.1: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2017-08-15 Ben Elliston <bje@gnu.org> + + * lib/framework.exp (open_logs): Set .xml filename correctly. + * runtest.exp: Remove xml_file_name var. + (usage): Update --xml option to not take an argument. + (load_tool_init): Likewise. + * doc/dejagnu.texi (Invoking runtest): Update documentation. + * doc/runtest.1: Likewise. + 2017-08-01 Ben Elliston <bje@gnu.org> * runtest.exp (usage): Improve --strace message. |