This commit is contained in:
2
Makefile
Normal file → Executable file
2
Makefile
Normal file → Executable file
@@ -16,6 +16,8 @@ SYSTEMD_RUNTIME_DIR ?= /run/user/$(USER_ID)
|
||||
SYSTEMCTL_USER := env XDG_RUNTIME_DIR=$(SYSTEMD_RUNTIME_DIR) systemctl --user
|
||||
JOURNALCTL_USER := env XDG_RUNTIME_DIR=$(SYSTEMD_RUNTIME_DIR) journalctl --user
|
||||
|
||||
all: author-restart
|
||||
|
||||
test: $(VENV)
|
||||
$(PY) -m unittest discover -s tests -p 'test_authoring_server.py' -v
|
||||
|
||||
|
||||
Reference in New Issue
Block a user