Revision: 7125 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7125&view=rev Author: astraw Date: 2009年05月19日 21:29:46 +0000 (2009年5月19日) 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.