diff options
author | Ben Elliston <bje@gnu.org> | 2016-04-03 14:33:04 +1000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2016-04-03 14:33:04 +1000 |
commit | e682a9f25e4417f4419453238dfda5a43108394c (patch) | |
tree | e964cbbfbb156ed8ba8337776499e2c7dead9355 /doc | |
parent | afed750c6ed0d85cb20a4818e2671762e59cde16 (diff) | |
download | dejagnu-e682a9f25e4417f4419453238dfda5a43108394c.tar.gz dejagnu-e682a9f25e4417f4419453238dfda5a43108394c.tar.bz2 dejagnu-e682a9f25e4417f4419453238dfda5a43108394c.zip |
* doc/runtest.1 (OPTIONS): Sort options.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/runtest.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/runtest.1 b/doc/runtest.1 index 0212342..1e872f7 100644 --- a/doc/runtest.1 +++ b/doc/runtest.1 @@ -1,4 +1,4 @@ -.TH runtest 1 "2015-12-20" +.TH runtest 1 "2016-04-03" .SH NAME runtest \- DejaGnu test driver .SH SYNOPSIS @@ -17,15 +17,15 @@ It controls what tests to run and how to run them. Output all test results. By default, only unexpected results are displayed. .TP +.BI --build \ TRIPLET +The configuration TRIPLET for the build system. +.TP .B --debug Turn on .B Expect internal debugging output. The output is logged to a file called \fBdbg.log\fR. .TP -.BI --build \ TRIPLET -The configuration TRIPLET for the build system. -.TP .BI --directory \ DIRECTORY Run only tests in the specified DIRECTORY. .TP @@ -41,6 +41,9 @@ The host board definition to use. .BI --ignore \ test1.exp\ test2.exp\ ... Do not run the specified tests. .TP +.B --log_dialog +Emit Expect output to standard output. +.TP .BI --mail \ \'name1\ name2\ ...\' Electronic mail addresses to receive test results. .TP @@ -53,9 +56,6 @@ 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 standard output. -.TP .B --reboot Reboot the target board when \fBruntest\fR initializes (if supported). |