Changeset 8d288fe8


Ignore:
Timestamp:
07/10/2005 11:26:58 PM (19 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0fd81b9
Parents:
45d5ee9
Message:

recommended skip test-suite, + minor nits

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4710 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r45d5ee9 r8d288fe8  
    1 <!ENTITY day          "09">
     1<!ENTITY day          "10">
    22<!ENTITY month        "07">
    33<!ENTITY year         "2005">
  • introduction/welcome/changelog.xml

    r45d5ee9 r8d288fe8  
    2424
    2525  <itemizedlist>
     26
     27    <listitem>
     28      <para>July 10th, 2005 [djensen]: Added recommendation to skip
     29      the Berkley DB test-suite.</para>
     30    </listitem>
    2631
    2732    <listitem>
  • server/databases/db.xml

    r45d5ee9 r8d288fe8  
    6666    <title>Testing Berkeley DB</title>
    6767
    68     <para>If you do not wish to run the test suite, skip ahead to Installation.
    69     You must have <application>Tcl</application> to test
    70     <application>Berkeley DB</application>.  This test takes a very long time.</para>
     68    <para>It is recommended you skip ahead to Installation.  The test-suite
     69    takes more than 80 SBU and has a few bugs causing reports of 'Regression
     70    Tests Failed'. You must have <application>Tcl</application> to test
     71    <application>Berkeley DB</application>.</para>
    7172
    7273    <para>Build for the <application>Berkeley DB</application> test by running
     
    8182    ../test/sijointest.tcl</userinput></screen>
    8283
    83     <para>To test the results, start <command>tclsh</command> and issue the
    84     following, replacing the 4 with a desired number of parallel processes:</para>
     84    <para>To test the results, start <command>tclsh</command>:</para>
     85   
     86<screen><userinput>tclsh</userinput></screen>
     87
     88    <para>From the tclsh prompt (%), run:</para>
    8589
    8690<screen><userinput>source ../test/test.tcl
    87 run_parallel 4 run_std</userinput></screen>
     91run_parallel 4 run_std
     92exit</userinput></screen>
    8893
    8994    <para>Clean up with the following command:</para>
    9095
    9196<screen><userinput>make realclean &amp;&amp;
    92 cd..</userinput></screen>
     97cd ..</userinput></screen>
    9398
    9499  </sect2>
Note: See TracChangeset for help on using the changeset viewer.