From 8596e256a4b70a0694108a7a638850d2d6d39e5e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 29 Nov 2022 16:35:22 +0100 Subject: Admin: small improvments on syndication --- Makefile.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index 45185ecb4..385054b0d 100644 --- a/Makefile.example +++ b/Makefile.example @@ -109,10 +109,10 @@ build_gitlab: clean collectstatic makemessages ## specific build for gitlab test_gitlab: clean collectstatic makemessages ## specific test for gitlab cd $(project); $(PYTHON) manage.py test --exclude-tag no_ci --exclude-tag gis --exclude-tag ui --exclude-tag libreoffice $(apps) -soft_test_gitlab: build_gitlab +soft_test_gitlab: build_gitlab ## run test for gitlab - do not erase previous database cd $(project); $(PYTHON) manage.py -k test $(apps) -run_libreoffice: +run_libreoffice: ## run libreoffice daemon for testing purpose /usr/bin/libreoffice --headless --accept="socket,host=127.0.0.1,port=8101;urp;" --nodefault --nofirststartwizard --nolockcheck --nologo --norestore --invisible --pidfile=/var/run/libreoffice.pid ##@ Development: checks -- cgit v1.2.3