Changeset dd0d597


Ignore:
Timestamp:
07/01/2023 11:10:41 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
eb6cb8f
Parents:
907a269
git-author:
Xi Ruoyao <xry111@…> (06/30/2023 12:42:08 PM)
git-committer:
Xi Ruoyao <xry111@…> (07/01/2023 11:10:41 AM)
Message:

ruby: Comment out an outdated (?) sed

With this sed the test suite failed very early and refused to continue,
but without it the tests seem fine.

Also add -k for make check to running the complete test suite even if
some test fails.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    r907a269 rdd0d597  
    9090  <sect2 role="installation">
    9191    <title>Installation of Ruby</title>
    92 
     92<!--
    9393    <para>
    9494      If you wish to run the tests after installing this package, fix a problem
     
    9898
    9999<screen><userinput>sed -i '283d' tool/lib/leakchecker.rb</userinput></screen>
    100 
     100-->
    101101    <para>
    102102      Install <application>Ruby</application> by running the following
     
    131131
    132132    <para>
    133       To test the results, issue: <command>make check</command>. There are over
     133      To test the results, issue: <command>make -k check</command>. There are over
    134134      25,000 tests. Some tests related to ipv6 may indicate errors.  If the
    135135      tests are run in a directory that has a world writable component (e.g.
Note: See TracChangeset for help on using the changeset viewer.