X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=test-tool%2Flibguestfs-test-tool.pod;h=5957c88eaa9ac3f28ec078a7f478cf33123cb592;hb=b163b96a85756f5ccd3a6013f0e32e6412c7acee;hp=77bd817a9faf297578b0179c2fe672d8efa14dfd;hpb=6ea263b1f141614e7693a38b13e8f368237760a2;p=libguestfs.git diff --git a/test-tool/libguestfs-test-tool.pod b/test-tool/libguestfs-test-tool.pod index 77bd817..5957c88 100644 --- a/test-tool/libguestfs-test-tool.pod +++ b/test-tool/libguestfs-test-tool.pod @@ -38,21 +38,23 @@ L website. =over 4 -=item I<--help> +=item B<--help> Display short usage information and exit. -=item I<--qemu qemu_binary> +=item B<--qemu qemu_binary> If you have downloaded another qemu binary, point this option at the full path of the binary to try it. -=item I<--qemudir qemu_source_dir> +=item B<--qemudir qemu_source_dir> If you have compiled qemu from source, point this option at the source directory to try it. -=item I<--timeout N> +=item B<-t N> + +=item B<--timeout N> Set the launch timeout to C seconds. The default is 120 seconds which does not usually need to be adjusted unless your machine is very @@ -74,7 +76,7 @@ to write a qemu wrapper script (see section I in L). libguestfs-test-tool writes a temporary qemu wrapper script when you use either of the I<--qemudir> or I<--qemu> options. -=head1 EXIT CODE +=head1 EXIT STATUS libguestfs-test-tool returns I<0> if the tests completed without error, or I<1> if there was an error.