Revision: 7546
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7546&view=rev
Author:   astraw
Date:     2009-08-23 19:14:04 +0000 (Sun, 23 Aug 2009)

Log Message:
-----------
erase /home/astraw/.matplotlib before testing (fix)

Modified Paths:
--------------
    trunk/matplotlib/test/_buildbot_test.py

Modified: trunk/matplotlib/test/_buildbot_test.py
===================================================================
--- trunk/matplotlib/test/_buildbot_test.py     2009-08-23 19:12:30 UTC (rev 
7545)
+++ trunk/matplotlib/test/_buildbot_test.py     2009-08-23 19:14:04 UTC (rev 
7546)
@@ -10,9 +10,8 @@
 if not os.path.exists(TARGET):
     raise RuntimeError('the virtualenv target directory was not found')
 
+TARGET_py = os.path.join(TARGET,'bin','python')
 check_call('%s -c "import shutil,matplotlib; x=matplotlib.get_configdir(); 
shutil.rmtree(x)"'%TARGET_py)
 
-shutil.rmtree( os.expanduser( os.path.join('~','.matplotlib')))
-TARGET_py = os.path.join(TARGET,'bin','python')
 check_call('%s run-mpl-test.py --all'%TARGET_py,
            cwd='test')


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