From: <as...@us...> - 2009-08-30 19:13:04
|
Revision: 7605 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7605&view=rev Author: astraw Date: 2009-08-30 18:30:29 +0000 (Sun, 30 Aug 2009) Log Message: ----------- buildbot: prevent DirectoryUpload failure when all tests pass Modified Paths: -------------- trunk/matplotlib/test/_buildbot_test_postmortem.py Modified: trunk/matplotlib/test/_buildbot_test_postmortem.py =================================================================== --- trunk/matplotlib/test/_buildbot_test_postmortem.py 2009-08-30 18:05:43 UTC (rev 7604) +++ trunk/matplotlib/test/_buildbot_test_postmortem.py 2009-08-30 18:30:29 UTC (rev 7605) @@ -75,6 +75,7 @@ if 1: if os.path.exists(target_dir): shutil.rmtree(target_dir) + os.makedirs( target_dir ) # prevent buildbot DirectoryUpload failure os.chdir('test') for fpath in get_recursive_filelist(roots): # only images This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |