Changeset 37957f4
- Timestamp:
- May 2, 2014, 9:54:54 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- d97338a
- Parents:
- d785e9d
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/glibc.xml
rd785e9d r37957f4 103 103 </important> 104 104 105 <para os="m"> Before running the tests, copy a file from the source tree into our106 build tree to prevent a couple of test failures, then run the tests:</para>105 <para os="m">Use the following commands to run the testsuite and output 106 any test failures:</para> 107 107 108 108 <!-- items n,o,p no longer the master, use x86_64 which has no failures --> 109 109 110 <screen os="n"><userinput remap="test">cp -v ../glibc-&glibc-version;/iconvdata/gconv-modules iconvdata 111 make -k check 2>&1 | tee glibc-check-log; grep Error glibc-check-log</userinput></screen> 110 <screen os="n"><userinput remap="test">make -k check 2>&1 | tee glibc-check-log; grep Error glibc-check-log</userinput></screen> 112 111 113 112 <para os="o">The Glibc test suite is highly dependent on certain functions of -
BOOK/introduction/common/changelog.xml
rd785e9d r37957f4 38 38 39 39 <listitem> 40 <para>02 May 2014</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Removed command to copy gconv-modules in Glibc 44 instructions, as it is no longer needed.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>30 April 2014</para> 41 51 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.