Skip to content
Snippets Groups Projects
  • Matt Harbison's avatar
    7905b7bc4b21
    windows: really stop using legacy stdio during test runs · 7905b7bc4b21
    Matt Harbison authored
    I realized that the test runner also sets this, because a lot of the test
    modules also do stdio in bytes, so setting this in the runner fixed a lot of
    failures.  We'll have to port whatever fix is made to hg itself to all of the
    needed places in the test modules (and we can make this smarter by only
    conditionally clearing it if a couple of test variables are also set), but for
    now, keep it simple.
    7905b7bc4b21
    History
    windows: really stop using legacy stdio during test runs
    Matt Harbison authored
    I realized that the test runner also sets this, because a lot of the test
    modules also do stdio in bytes, so setting this in the runner fixed a lot of
    failures.  We'll have to port whatever fix is made to hg itself to all of the
    needed places in the test modules (and we can make this smarter by only
    conditionally clearing it if a couple of test variables are also set), but for
    now, keep it simple.