diff --git a/docs/Makefile b/docs/Makefile index 3916431f4253..1cfe2d9d864c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -181,7 +181,7 @@ update-screenshots: @cd .. && \ export DJANGO_SETTINGS_MODULE=weblate.settings_test && \ ./manage.py collectstatic --noinput && \ - ./manage.py test weblate.trans.tests.test_selenium.SeleniumTests.test_gpg + ./manage.py test weblate.trans.tests.test_selenium.SeleniumTests @set -e ;for file in ../test-images/*.png ; do \ echo Processing `basename $$file` ; \ cp $$file tmp.png ; \