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.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to