diff --git a/tools/visual_regression.sh b/tools/visual_regression.sh index 2d2c84a324..6eba11ef31 100755 --- a/tools/visual_regression.sh +++ b/tools/visual_regression.sh @@ -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