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 /doc/dejagnu.texi | |
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 'doc/dejagnu.texi')
-rw-r--r-- | doc/dejagnu.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi index 4d6892c..5231593 100644 --- a/doc/dejagnu.texi +++ b/doc/dejagnu.texi @@ -662,9 +662,9 @@ file, but not in the summary (@file{*.sum}) log file. @item @code{-V}, @code{--version} Prints out the version numbers of DejaGnu, Expect, and Tcl. -@item @code{-x}, @code{--xml=FILE} -Generate XML output. FILE is optional; if given it is the name of the -output file. If not given, the output file is named after the tool. +@item @code{-x}, @code{--xml} +Generate XML output. The output file is named after the tool with an +.xml extension. @item @file{testfile}.exp[=arg(s)] Specify the names of testsuites to run. By default, @emph{runtest} runs |