diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-11-13 10:20:12 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-11-13 11:35:46 +0100 |
commit | 8f100b15abb76b00fdcfab367cefbc859ed38d88 (patch) | |
tree | b78435e052a5b26bffef0ae046d2c4c55772e7e0 /Makefile.example | |
parent | 4a443841efd6f0e1d6aa4f0d81b4035d73209001 (diff) | |
download | Ishtar-8f100b15abb76b00fdcfab367cefbc859ed38d88.tar.bz2 Ishtar-8f100b15abb76b00fdcfab367cefbc859ed38d88.zip |
👷 CI: change runner for shell
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index 7773481e6..97f444b82 100644 --- a/Makefile.example +++ b/Makefile.example @@ -140,7 +140,7 @@ 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 ## run test for gitlab - do not erase previous database - cd $(project); $(PYTHON) manage.py -k test $(apps) + cd $(project); $(PYTHON) manage.py test -k --exclude-tag no_ci --exclude-tag gis --exclude-tag ui --exclude-tag libreoffice $(apps) 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 |