summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoru <u@billy>2023-05-29 18:35:04 -0400
committeru <u@billy>2023-05-29 18:35:14 -0400
commita9b687835682ab161404744cba960281a2974f7b (patch)
tree5e0a206916254e57a1a6571725ba5f36732f0921
parentbfbac67de6ee4c4a3295ecf75273cc8a06198570 (diff)
give journalctl a second to catch up
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7cafed8..38f8130 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ install:
60install-debs: 60install-debs:
61 apt install --mark-auto --no-upgrade $(dependencies) 61 apt install --mark-auto --no-upgrade $(dependencies)
62test: install 62test: install
63 journalctl -f -u fossil-test@$(SSH_USERNAME) & p=$$!; systemctl start --wait fossil-test@$(SSH_USERNAME); kill $$p 63 journalctl -f -u fossil-test@$(SSH_USERNAME) & p=$$!; systemctl start --wait fossil-test@$(SSH_USERNAME); sleep 1; kill $$p
64start stop restart status show: 64start stop restart status show:
65 systemctl $@ $(units) 65 systemctl $@ $(units)
66follow: 66follow: