Revision: 7125
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7125&view=rev
Author:   astraw
Date:     2009-05-19 21:29:46 +0000 (Tue, 19 May 2009)

Log Message:
-----------
add script to consolidate difference images

Added Paths:
-----------
    trunk/matplotlib/test/consolidate_diff_images.sh

Added: trunk/matplotlib/test/consolidate_diff_images.sh
===================================================================
--- trunk/matplotlib/test/consolidate_diff_images.sh                            
(rev 0)
+++ trunk/matplotlib/test/consolidate_diff_images.sh    2009-05-19 21:29:46 UTC 
(rev 7125)
@@ -0,0 +1,7 @@
+#!/bin/bash
+set -e
+
+TARGET_DIR="diff-images"
+rm -rf $TARGET_DIR
+mkdir $TARGET_DIR
+find . -name 'failed-diff-*png' | xargs mv --target-directory=$TARGET_DIR


Property changes on: trunk/matplotlib/test/consolidate_diff_images.sh
___________________________________________________________________
Added: svn:executable
   + *


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to