Skip to content

Commit

Permalink
Remove spurious newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfe committed Jul 10, 2016
1 parent e5001b4 commit 454fc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/visual_regression.sh
Expand Up @@ -116,7 +116,7 @@ do
cp $diff-b.png $DIFF/$name'_'Current.png
echo "Test: $name"
echo " PHASH value exceeds threshold: $hash > $THRESHOLD"
echo " Image diff stored in $DIFF/$name.png\n"
echo " Image diff stored in $DIFF/$name.png"
# $VIEWER "$diff-diff.png" "$diff-a.png" "$diff-b.png"
# echo 'Hit return to process next image...'
# read
Expand Down

0 comments on commit 454fc28

Please sign in to comment.