Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 272d73c

Browse files
committed
add script to consolidate difference images
svn path=/trunk/matplotlib/; revision=7125
1 parent b0c19fe commit 272d73c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

test/consolidate_diff_images.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
set -e
3+
4+
TARGET_DIR="diff-images"
5+
rm -rf $TARGET_DIR
6+
mkdir $TARGET_DIR
7+
find . -name 'failed-diff-*png' | xargs mv --target-directory=$TARGET_DIR

0 commit comments

Comments
 (0)