[Po4a-devel][CVS] po4a README.tests,1.2,1.3

Denis Barbier po4a-devel@lists.alioth.debian.org
Wed, 28 Apr 2004 22:02:23 +0000


Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv29639

Modified Files:
	README.tests 
Log Message:
Write output to a po4a.log logfile instead of default 'typescript'.


Index: README.tests
===================================================================
RCS file: /cvsroot/po4a/po4a/README.tests,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README.tests	28 Apr 2004 21:36:31 -0000	1.2
+++ README.tests	28 Apr 2004 22:02:21 -0000	1.3
@@ -1,18 +1,17 @@
 "Testing can only prove the presence of bugs"
   -- Dijkstra
 
-I'll try to add a test for each test found in po4a in order to ensure that
+I'll try to add a test for each bug found in po4a in order to ensure that
 they won't surface again.
 
 If the test suite reports errors, please join enough details so that I can
 fix them. At least, provide me the detailed result of the test suite. For
 that, run the following command:
 
-  script -c 'perl Makefile.PL;make clean test TEST_VERBOSE=1'
+  script -c 'perl -V;perl Makefile.PL;make clean test TEST_VERBOSE=1' po4a.log
 
-It will produce a file called 'typescript', containing most of the details I
-need. Please also report the perl version used, the linux distribution, and
-all details you think appropriate.
+It will produce a file called 'po4a.log', containing most of the details I
+need. Please also report all details you think appropriate.
 
 
 Thanks, Mt.