summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-11-29 16:35:22 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:23:19 +0100
commit8596e256a4b70a0694108a7a638850d2d6d39e5e (patch)
tree25d8b0ad7683993cf4e483040162695e81d6e8b7 /Makefile.example
parent98a01fc255138ed3de86d1c634d76c6ef3d9cec1 (diff)
downloadIshtar-8596e256a4b70a0694108a7a638850d2d6d39e5e.tar.bz2
Ishtar-8596e256a4b70a0694108a7a638850d2d6d39e5e.zip
Admin: small improvments on syndication
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example4
1 files changed, 2 insertions, 2 deletions
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