Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-07-19 11:36:22 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-07-19 11:36:22 +0400
commit53bf5b49f66cc138d408b4499625223d7a6e7c30 (patch)
treecbe9985a9926a3d940001f3199a7a30b1569934f /tests
parent8e7628b8a69b52b017eb7bcedea06abc92875f1d (diff)
Tweaks to populate-expected-screenshots.sh.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/PHPUnit/populate-expected-screenshots.sh2
1 files changed, 2 insertions, 0 deletions
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