]> granicus.if.org Git - python/commit
Blocked revisions 87418 via svnmerge
authorR. David Murray <rdmurray@bitdance.com>
Tue, 21 Dec 2010 18:26:10 +0000 (18:26 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 21 Dec 2010 18:26:10 +0000 (18:26 +0000)
commitc7611d1126708f6d39ddb04b4602655870ec5168
treebbfee9e7a4d6c52a3a34387eceff17e899391171
parent27c1914c1bd0193e0c8ef6fa15854f767bbb0425
Blocked revisions 87418 via svnmerge

........
  r87418 | r.david.murray | 2010-12-21 13:24:33 -0500 (Tue, 21 Dec 2010) | 10 lines

  Make test_compileall more robust by using -S to keep sys.path minimized.

  Try this again, hopefully the right way this time.

  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 the tests call python
  with -S should eliminate the system directories from the path.
........