Author: ken
Date: Tue Mar 31 19:23:08 2020
New Revision: 1541
Log:
Own up to miscounting the number of rustc tests since time immemorial, which
was why the figures did not add up.
Modified:
html/trunk/blfs/errata/9.1-systemd/index.html
html/trunk/blfs/errata/9.1/index.html
Modified: html/trunk/blfs/errata/9.1-systemd/index.html
==============================================================================
--- html/trunk/blfs/errata/9.1-systemd/index.html Tue Mar 31 17:22:13
2020 (r1540)
+++ html/trunk/blfs/errata/9.1-systemd/index.html Tue Mar 31 19:23:08
2020 (r1541)
@@ -36,7 +36,13 @@
"plasmawayland.desktop" was incorrect. In the instructions for when
$KF5_PREFIX isn't /usr, change plasma.desktop to
plasmawayland.desktop
when creating the symbolic link in /usr/share/wayland-sessions.</li>
-
+
+ <li>In the Rustc page, the grep command to report the total number of
+ tests was incorrect because where a suite only runs 1 test if
reports
+ it is running 1 test and the grep looked for tests. That is why the
+ number of tests has not added up ever since the rustc tests were
added
+ to BLFS. Now fixed, using an egrep command.</li>
+
</ul>
<h2>Known Security Vulnerabilities</h2>
Modified: html/trunk/blfs/errata/9.1/index.html
==============================================================================
--- html/trunk/blfs/errata/9.1/index.html Tue Mar 31 17:22:13 2020
(r1540)
+++ html/trunk/blfs/errata/9.1/index.html Tue Mar 31 19:23:08 2020
(r1541)
@@ -35,6 +35,11 @@
$KF5_PREFIX isn't /usr, change plasma.desktop to
plasmawayland.desktop
when creating the symbolic link in /usr/share/wayland-sessions.</li>
+ <li>In the Rustc page, the grep command to report the total number of
+ tests was incorrect because where a suite only runs 1 test if
reports
+ it is running 1 test and the grep looked for tests. That is why the
+ number of tests has not added up ever since the rustc tests were
added
+ to BLFS. Now fixed, using an egrep command.</li>
</ul>
--
http://lists.linuxfromscratch.org/listinfo/website
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page