diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2006-10-25 19:02:34 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-10-25 19:02:34 +0000 |
commit | 3a1405725e0faf41522d65b180e28574c249a008 (patch) | |
tree | d4bfa5240abcc2266e8c38322eb86257187dadf0 /util/abuild/abuild.1 | |
parent | 3d6107410848dbdbb0aebb58d889dd0afa4cfcd9 (diff) |
support submitting tests to the test system in abuild. initial support.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Closes #3
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2474 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/abuild/abuild.1')
-rw-r--r-- | util/abuild/abuild.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/util/abuild/abuild.1 b/util/abuild/abuild.1 index e808978322..efab83d46d 100644 --- a/util/abuild/abuild.1 +++ b/util/abuild/abuild.1 @@ -1,4 +1,4 @@ -.TH ABUILD 1 "September 19, 2006" +.TH ABUILD 1 "October 24, 2006" .SH NAME abuild \- build LinuxBIOS images for all available targets .SH SYNOPSIS @@ -41,6 +41,11 @@ The file will be called .B abuild.xml and will be created in the current directory. .TP +.B "\-T, \-\-test" +Submit generated image(s) to the automated test system. +The results of the tests will be made available at +.B http://qa.linuxbios.org/log_manual.php +.TP .B "\-v, \-\-verbose" More verbose output. .TP @@ -62,7 +67,7 @@ is covered by the GNU General Public License (GPL), version 2 or later. .br 2006 coresystems GmbH .SH AUTHORS -Stefan Reinauer <stepan@openbios.org> +Stefan Reinauer <stepan@coresystems.de> .PP This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>. It is licensed under the terms of the GNU GPL (v2 or later). |