mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Document some test failures
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11369 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
751a13dcfb
commit
60d91a060a
@ -59,6 +59,9 @@
|
||||
|
||||
<screen><userinput remap="test">make test</userinput></screen>
|
||||
|
||||
<para>One subtest in the test 40-test_rehash.t fails in the lfs chroot
|
||||
environment, but passes when run as a regular user.</para>
|
||||
|
||||
<para>Install the package:</para>
|
||||
|
||||
<screen><userinput remap="install">sed -i '/INSTALL_LIBS/s/libcrypto.a libssl.a//' Makefile
|
||||
|
@ -72,6 +72,8 @@
|
||||
|
||||
<screen><userinput remap="test">make check</userinput></screen>
|
||||
|
||||
<para>One test, link mismatch, is known to fail.</para>
|
||||
|
||||
<para>Install the package:</para>
|
||||
|
||||
<screen><userinput remap="install">make install
|
||||
|
@ -78,7 +78,7 @@ function http_get_file( $url )
|
||||
}
|
||||
else
|
||||
{
|
||||
exec( "elinks -dump $url 2>/dev/null", $lines );
|
||||
exec( "links -dump $url 2>/dev/null", $lines );
|
||||
return $lines;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user