* [LTP] [PATCH] doc/man3/tst_res.3: fix the wrong description about TPASS
@ 2014-07-03 3:05 Xiaoguang Wang
2014-07-03 3:29 ` Xiaoguang Wang
0 siblings, 1 reply; 3+ messages in thread
From: Xiaoguang Wang @ 2014-07-03 3:05 UTC (permalink / raw)
To: ltp-list
Signed-off-by: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com>
---
doc/man3/tst_res.3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/man3/tst_res.3 b/doc/man3/tst_res.3
index 0754daf..3fc8e79 100644
--- a/doc/man3/tst_res.3
+++ b/doc/man3/tst_res.3
@@ -233,7 +233,7 @@ TCONF
0040 /* ..1. .... */
.RE
.P
-NOTE: \fBTPASS, TRETR, TINFO\fR, and \fBTCONF\fR do not have an effect
+NOTE: \fBTRETR, TINFO\fR, and \fBTCONF\fR do not have an effect
on the test program exit status.
.P
\fBtst_environ()\fR is used to ensure that results reported by this library
--
1.8.2.1
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [LTP] [PATCH] doc/man3/tst_res.3: fix the wrong description about TPASS
2014-07-03 3:05 [LTP] [PATCH] doc/man3/tst_res.3: fix the wrong description about TPASS Xiaoguang Wang
@ 2014-07-03 3:29 ` Xiaoguang Wang
2014-07-03 11:17 ` chrubis
0 siblings, 1 reply; 3+ messages in thread
From: Xiaoguang Wang @ 2014-07-03 3:29 UTC (permalink / raw)
To: LTP
Hi,
Indeed TPASS dose not have effect on the test program's exit status, that it is defined 0.
Sorry for the noise, please ignore this patch.
Regards,
Xiaoguang Wang
On 07/03/2014 11:05 AM, Xiaoguang Wang wrote:
> Signed-off-by: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com>
> ---
> doc/man3/tst_res.3 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/man3/tst_res.3 b/doc/man3/tst_res.3
> index 0754daf..3fc8e79 100644
> --- a/doc/man3/tst_res.3
> +++ b/doc/man3/tst_res.3
> @@ -233,7 +233,7 @@ TCONF
> 0040 /* ..1. .... */
> .RE
> .P
> -NOTE: \fBTPASS, TRETR, TINFO\fR, and \fBTCONF\fR do not have an effect
> +NOTE: \fBTRETR, TINFO\fR, and \fBTCONF\fR do not have an effect
> on the test program exit status.
> .P
> \fBtst_environ()\fR is used to ensure that results reported by this library
>
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LTP] [PATCH] doc/man3/tst_res.3: fix the wrong description about TPASS
2014-07-03 3:29 ` Xiaoguang Wang
@ 2014-07-03 11:17 ` chrubis
0 siblings, 0 replies; 3+ messages in thread
From: chrubis @ 2014-07-03 11:17 UTC (permalink / raw)
To: Xiaoguang Wang; +Cc: LTP
Hi!
> > Signed-off-by: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com>
> > ---
> > doc/man3/tst_res.3 | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/doc/man3/tst_res.3 b/doc/man3/tst_res.3
> > index 0754daf..3fc8e79 100644
> > --- a/doc/man3/tst_res.3
> > +++ b/doc/man3/tst_res.3
> > @@ -233,7 +233,7 @@ TCONF
> > 0040 /* ..1. .... */
> > .RE
> > .P
> > -NOTE: \fBTPASS, TRETR, TINFO\fR, and \fBTCONF\fR do not have an effect
> > +NOTE: \fBTRETR, TINFO\fR, and \fBTCONF\fR do not have an effect
> > on the test program exit status.
Hmm, but looking at the TCONF this is no longer true.
Maybe it's time we get rid of the tst_* man pages since all the
important documentation is now in test-writing-guidelines.
--
Cyril Hrubis
chrubis@suse.cz
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-07-03 11:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-03 3:05 [LTP] [PATCH] doc/man3/tst_res.3: fix the wrong description about TPASS Xiaoguang Wang
2014-07-03 3:29 ` Xiaoguang Wang
2014-07-03 11:17 ` chrubis
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.