diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-12-20 18:10:29 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-12-20 18:10:29 (GMT) |
commit | 556974ac9c318b95dbac5b52a11f5c2ba4776072 (patch) | |
tree | 0b7ce476dfc51fb98d3928ecfa16ff9e4a6c9fba | |
parent | e6e0e26780350b2c05bf21218c69667d0eb0992d (diff) | |
download | cpython-556974ac9c318b95dbac5b52a11f5c2ba4776072.zip cpython-556974ac9c318b95dbac5b52a11f5c2ba4776072.tar.gz cpython-556974ac9c318b95dbac5b52a11f5c2ba4776072.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