Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c19fe commit 272d73cCopy full SHA for 272d73c
1 file changed
test/consolidate_diff_images.sh
@@ -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