[PATCH] D54963: [lit] Pass more environment variables through on Windows

Andrew Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 06:34:51 PDT 2019


andrewng added inline comments.
Herald added a project: LLVM.


================
Comment at: llvm/trunk/utils/lit/lit/TestingConfig.py:37
+            pass_vars.append('PATHEXT')
+            environment['PYTHONBUFFERED'] = '1'
+
----------------
Was the change from `PYTHONUNBUFFERED` to `PYTHONBUFFERED` intentional? AFAIK `PYTHONBUFFERED` is not an environment variable recognised by Python.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54963/new/

https://reviews.llvm.org/D54963





More information about the llvm-commits mailing list