diff options
author | Filipe Brandenburger <filbranden@google.com> | 2015-05-15 15:51:49 +1000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2015-05-15 15:51:49 +1000 |
commit | 6fc810306d8e42cdad9d04418bfb335e1dd09143 (patch) | |
tree | e2e356ce9ced2c742cf787db42ad4bb852c7a9b9 /doc | |
parent | 4b6f509bece0562402731d80cba96cfd7411744e (diff) | |
download | dejagnu-6fc810306d8e42cdad9d04418bfb335e1dd09143.tar.gz dejagnu-6fc810306d8e42cdad9d04418bfb335e1dd09143.tar.bz2 dejagnu-6fc810306d8e42cdad9d04418bfb335e1dd09143.zip |
* runtest.exp (runtest): Introduce new --log_dialog option.
* doc/runtest.1: Document it.
* doc/user.xml: Likewise.
* doc/dejagnu.texi: Regenerate.
Signed-off-by: Ben Elliston <bje@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dejagnu.texi | 7 | ||||
-rw-r--r-- | doc/runtest.1 | 3 | ||||
-rw-r--r-- | doc/user.xml | 9 |
3 files changed, 19 insertions, 0 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi index fc788d5..bc5d388 100644 --- a/doc/dejagnu.texi +++ b/doc/dejagnu.texi @@ -1488,6 +1488,13 @@ and the detailed log files log @file{dbg.log} always appears (when requested) in the local directory. +@item @code{--log_dialog} +Emit Expect output to stdout. +The @emph{expect} output is usually only written to +@file{tool.log}. By enabling this option, they are also +be printed to the stdout of the @emph{runtest} +invocation. + @item @code{--reboot [name]} Reboot the target board when @emph{runtest} initializes. Usually, when running tests diff --git a/doc/runtest.1 b/doc/runtest.1 index 5b87096..e3fcef0 100644 --- a/doc/runtest.1 +++ b/doc/runtest.1 @@ -53,6 +53,9 @@ The network HOSTNAME of the target board. .BI --outdir \ DIRECTORY The name of a DIRECTORY for test log output. .TP +.B --log_dialog +Emit Expect output to stdout. +.TP .B --reboot Reboot the target board when \fBruntest\fR initializes (if supported). diff --git a/doc/user.xml b/doc/user.xml index f7e55c0..c2c2e0a 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -1041,6 +1041,15 @@ powerpc-linux-gcc -g -O2 -o calc calc.o </varlistentry> <varlistentry> + <term><option>--log_dialog</option></term> + <listitem><para>Emit Expect output to stdout. + The <emphasis>expect</emphasis> output is usually only written to + <filename>tool.log</filename>. By enabling this option, they are also + be printed to the stdout of the <emphasis>runtest</emphasis> + invocation.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--reboot [name]</option></term> <listitem><para>Reboot the target board when <emphasis>runtest</emphasis> initializes. Usually, when running tests |