diff options
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 |
commit | d22eece48ebac8225c542da091cc26e59b8b7827 (patch) | |
tree | 25d8b0ad7683993cf4e483040162695e81d6e8b7 /Makefile.example | |
parent | 32dee19addab88f0b02d98e492a6f6cca49a288b (diff) | |
download | Ishtar-d22eece48ebac8225c542da091cc26e59b8b7827.tar.bz2 Ishtar-d22eece48ebac8225c542da091cc26e59b8b7827.zip |
Admin: small improvments on syndication
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 4 |
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 |