Skip to content

Commit

Permalink
Docs: Fix screenshots update
Browse files Browse the repository at this point in the history
We want to update all, not only one.

Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Aug 15, 2019
1 parent 7019643 commit 2b74e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ; \
Expand Down

0 comments on commit 2b74e22

Please sign in to comment.