Changeset 200bac18
- Timestamp:
- 05/23/2020 05:35:41 AM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c1e7218
- Parents:
- 0b5fa18
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/filesystems/parted.xml
r0b5fa18 r200bac18 134 134 <para> 135 135 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: 137 138 </para> 138 139 <!-- One of these is due to a C locale, and another is a problem in LVM. --> 139 140 <screen remap="test"><userinput>sed -i '/t0251-gpt-unicode.sh/d' tests/Makefile && 140 sed -i '/t6002-dm-busy.sh/d' tests/Makefile</userinput></screen> 141 sed -i '/t6002-dm-busy.sh/d' tests/Makefile && 142 sed -i '1s/python/&3/' tests/{gpt-header-move,msdos-overlap} 143 </userinput></screen> 141 144 142 145 <para>
Note:
See TracChangeset
for help on using the changeset viewer.