Rewording of test comments for CMake

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12181 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2013-11-11 10:14:59 +00:00
parent 51a4f75426
commit f2c30c74cd
2 changed files with 5 additions and 7 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "10"> <!-- Always 2 digits -->
<!ENTITY day "11"> <!-- Always 2 digits -->
<!ENTITY month "11"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "November 10th, &year;">
<!ENTITY releasedate "November 11th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->

View File

@ -109,11 +109,9 @@
make</userinput></screen>
<para>
To test the results, issue: <userinput>make -k test</userinput>. Almost
99% of the tests passes. The following tests fail, for unknown reasons:
CTestTestFailedSubmit-ftp (known to fail),
CTestTestFailedSubmit-http and
CTestTestFailedSubmit-https.
To test the results, issue: <userinput>make -k test</userinput>. Some
tests depend on the availability of remote sites, and may fail if those
sites are not available.
</para>
<para>