Changeset 382d0115


Ignore:
Timestamp:
10/05/2023 08:07:18 AM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
3c4b34d
Parents:
c2a5b8f
git-author:
Xi Ruoyao <xry111@…> (10/05/2023 07:53:44 AM)
git-committer:
Xi Ruoyao <xry111@…> (10/05/2023 08:07:18 AM)
Message:

Python: Set LC_ALL=en_US.UTF-8 for testing

See added comment for details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    rc2a5b8f r382d0115  
    173173
    174174    <para>
    175       To test the result, issue <command>make test</command>.
     175      <!-- I'm getting a test failure with empty $LANG:
     176           "test test_curses failed"
     177           "_curses.error: inswstr() returned ERR"
     178           not sure why, but let's just work around it with LC_ALL.  -->
     179      To test the result, issue <command>LC_ALL=en_US.UTF-8
     180      make test</command>.
    176181      Some tests may need an Internet connection. One test, test_distutils,
    177182      is known to fail.
Note: See TracChangeset for help on using the changeset viewer.