diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-12-20 18:10:51 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-12-20 18:10:51 (GMT) |
commit | 2c2085bdf8638e20cd0d734ecc3559140e16700d (patch) | |
tree | 861a1bb102227f5894759819ae032fc9ab59b3c3 | |
parent | 63cd7b6fb3b4198eda770c00b56d0ddc20b62f40 (diff) | |
download | cpython-2c2085bdf8638e20cd0d734ecc3559140e16700d.zip cpython-2c2085bdf8638e20cd0d734ecc3559140e16700d.tar.gz cpython-2c2085bdf8638e20cd0d734ecc3559140e16700d.tar.bz2 |
Blocked revisions 87408 via svnmerge
........
r87408 | r.david.murray | 2010-12-20 13:08:59 -0500 (Mon, 20 Dec 2010) | 8 lines
Make test_compileall more robust by using -S to keep sys.path minimized.
Arfrever Taifersar Arahesis reported that test_compileall failed during Gentoo
install because it was tyring to write .pyc files to a read-only system
directory during test_no_args_compiles_path. Having subprocess call python
with -S should eliminate the system directories from the path.
........
0 files changed, 0 insertions, 0 deletions