Changeset 01797eb


Ignore:
Timestamp:
02/27/2013 10:49:07 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e81fe89
Parents:
0a6ae52
Message:

Fix a potential test error in procps-ng

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10175 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r0a6ae52 r01797eb  
    3838
    3939    <listitem>
     40      <para>2013-02-27</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Fix a potential test error in procps-ng.
     44          Thanks to Pierre Labastie for the patch.  Fixes
     45          <ulink url="&lfs-ticket-root;3293">#3293</ulink>.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4051      <para>2013-02-26</para>
    4152      <itemizedlist>
  • chapter06/procps.xml

    r0a6ae52 r01797eb  
    7575
    7676    <para>The test suite needs some custom modifications for LFS.
    77     The <command>which</command> is not available and the
     77    The <command>which</command> command is not available, the
    7878    <command>pmap</command> test does not match a newline character in
    79     two tests. To run the test suite, run the following commands:</para>
     79    two tests, and the <command>slabtop</command> test may return more than
     80    999,999 objects. To run the test suite, run the following commands:</para>
    8081
    8182<screen><userinput remap="test">pushd testsuite
    82   sed -i 's|exec which sleep|exec echo /tools/bin/sleep|' config/unix.exp
    83   sed -i 's|pmap_initname\\\$|pmap_initname|'             pmap.test/pmap.exp
     83  sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
     84         -e 's|999999|&amp;9|'                    config/unix.exp
     85  sed -i 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp
    8486  make site.exp
    8587  DEJAGNU=global-conf.exp runtest
  • general.ent

    r0a6ae52 r01797eb  
    1 <!ENTITY version "SVN-2013026">
    2 <!ENTITY releasedate "February 26, 2013">
     1<!ENTITY version "SVN-2013027">
     2<!ENTITY releasedate "February 27, 2013">
    33<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.3">
Note: See TracChangeset for help on using the changeset viewer.