Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/atf/dist/tools Make HTML-ready.
details: https://anonhg.NetBSD.org/src/rev/80d502bd5660
branches: trunk
changeset: 750298:80d502bd5660
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Dec 23 09:54:22 2009 +0000
description:
Make HTML-ready.
diffstat:
external/bsd/atf/dist/tools/atf-check.1 | 18 +++++++++---------
external/bsd/atf/dist/tools/atf-run.1 | 6 +++---
2 files changed, 12 insertions(+), 12 deletions(-)
diffs (80 lines):
diff -r e38460f230c9 -r 80d502bd5660 external/bsd/atf/dist/tools/atf-check.1
--- a/external/bsd/atf/dist/tools/atf-check.1 Wed Dec 23 09:23:53 2009 +0000
+++ b/external/bsd/atf/dist/tools/atf-check.1 Wed Dec 23 09:54:22 2009 +0000
@@ -68,27 +68,27 @@
.It Fl s Ar qual:value
Analyzes exit code.
Must be one of:
-.Bl -tag -width eq:<value> -compact
+.Bl -tag -width eq:XvalueX -compact
.It Ar ignore
ignores exit status
-.It Ar eq:<value>
+.It Ar eq: Ns Aq value
checks that exit status is equal to value
-.It Ar ne:<value>
+.It Ar ne: Ns Aq value
checks that exit status is other than value
.El
.It Fl o Ar action:arg
Analyzes standard output.
Must be one of:
-.Bl -tag -width inline:<value> -compact
+.Bl -tag -width inline:XvalueX -compact
.It Ar empty
checks that stdout is empty
.It Ar ignore
ignores stdout
-.It Ar file:<path>
+.It Ar file: Ns Aq path
compares stdout with given file
-.It Ar inline:<value>
+.It Ar inline: Ns Aq value
compares stdout with inline value
-.It Ar save:<path>
+.It Ar save: Ns Aq path
saves stdout to given file
.El
.It Fl e Ar action:arg
@@ -106,9 +106,9 @@
atf-check -s ne:0 'false' || atf_fail
# Checking stdout/stderr
-echo foobar >expout
+echo foobar \*[Gt]expout
atf-check -o file:expout -e inline:"xx\\tyy\\n" \\
- 'echo foobar ; printf "xx\\tyy\\n" >&2' || atf_fail
+ 'echo foobar ; printf "xx\\tyy\\n" \*[Gt]\*[Aq]2' || atf_fail
.Ed
.Sh SEE ALSO
.Xr atf 7
diff -r e38460f230c9 -r 80d502bd5660 external/bsd/atf/dist/tools/atf-run.1
--- a/external/bsd/atf/dist/tools/atf-run.1 Wed Dec 23 09:23:53 2009 +0000
+++ b/external/bsd/atf/dist/tools/atf-run.1 Wed Dec 23 09:54:22 2009 +0000
@@ -108,7 +108,7 @@
Configuration variables defined in the system-wide test-suite-specific
configuration file.
This lives in
-.Pa ${ATF_CONFDIR}/<test-suite>.conf .
+.Pa ${ATF_CONFDIR}/\*[Lt]test-suite\*[Gt].conf .
.It
Configuration variables defined in the user-specific configuration file
shared among all test suites.
@@ -118,7 +118,7 @@
Configuration variables defined in the user-specific test-suite-specific
configuration file.
This lives in
-.Pa ${HOME}/.atf/<test-suite>.conf .
+.Pa ${HOME}/.atf/\*[Lt]test-suite\*[Gt].conf .
.It
Configuration variables provided as part of the command line through the
.Fl v
@@ -171,7 +171,7 @@
.El
.Pp
All hooks are accompanied by a function named
-.Sq default_<hook_name>
+.Sq default_\*[Lt]hook_name\*[Gt]
that can be executed by them to invoke the default behavior built into
.Nm .
For example, in order to extend the default
Home |
Main Index |
Thread Index |
Old Index