diff --git a/tests/PHPUnit/populate-expected-screenshots.sh b/tests/PHPUnit/populate-expected-screenshots.sh index 22a8f5bdf09ddd64237b5c87e2cdb5b5521ad82a..e8dba96e39df7d6d12a5551962b275577204539b 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