Changeset 200bac18


Ignore:
Timestamp:
05/23/2020 05:35:41 AM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c1e7218
Parents:
0b5fa18
Message:

parted: adjust test scripts to use Python 3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/parted.xml

    r0b5fa18 r200bac18  
    134134    <para>
    135135      If you wish to run the test suite, first remove a couple of tests
    136       that are known to fail in a BLFS environment:
     136      that are known to fail in a BLFS environment.  And, adjust two Python
     137      scripts to use Python 3, in case Python 2 is not installed:
    137138    </para>
    138139 <!-- One of these is due to a C locale, and another is a problem in LVM. -->
    139140<screen remap="test"><userinput>sed -i '/t0251-gpt-unicode.sh/d' tests/Makefile &amp;&amp;
    140 sed -i '/t6002-dm-busy.sh/d' tests/Makefile</userinput></screen>
     141sed -i '/t6002-dm-busy.sh/d' tests/Makefile &amp;&amp;
     142sed -i '1s/python/&amp;3/' tests/{gpt-header-move,msdos-overlap}
     143</userinput></screen>
    141144
    142145    <para>
Note: See TracChangeset for help on using the changeset viewer.