From 53bf5b49f66cc138d408b4499625223d7a6e7c30 Mon Sep 17 00:00:00 2001 From: Benaka Moorthi <benaka.moorthi@gmail.com> Date: Fri, 19 Jul 2013 03:36:22 -0400 Subject: [PATCH] Tweaks to populate-expected-screenshots.sh. --- tests/PHPUnit/populate-expected-screenshots.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/PHPUnit/populate-expected-screenshots.sh b/tests/PHPUnit/populate-expected-screenshots.sh index 22a8f5bdf0..e8dba96e39 100755 --- a/tests/PHPUnit/populate-expected-screenshots.sh +++ b/tests/PHPUnit/populate-expected-screenshots.sh @@ -22,9 +22,11 @@ do done # run UI tests +echo "Running UI tests..." phpunit UI &> /dev/null # copy processed png +echo "Copying to expected screenshot dir..." if [ ! -d "UI/expected-ui-screenshots" ]; then mkdir UI/expected-ui-screenshots fi -- GitLab