|
From: <as...@us...> - 2009-08-23 19:19:11
|
Revision: 7547
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7547&view=rev
Author: astraw
Date: 2009-08-23 19:19:03 +0000 (Sun, 23 Aug 2009)
Log Message:
-----------
keep failed images
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:14:04 UTC (rev 7546)
+++ trunk/matplotlib/test/_buildbot_test.py 2009-08-23 19:19:03 UTC (rev 7547)
@@ -13,5 +13,5 @@
TARGET_py = os.path.join(TARGET,'bin','python')
check_call('%s -c "import shutil,matplotlib; x=matplotlib.get_configdir(); shutil.rmtree(x)"'%TARGET_py)
-check_call('%s run-mpl-test.py --all'%TARGET_py,
+check_call('%s run-mpl-test.py --all --keep-failed'%TARGET_py,
cwd='test')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|