diff options
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 |