From ff93430c5df52518b8f404e3c0c17bef071cdbdd Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Tue, 28 Mar 2023 11:02:03 -0700 Subject: Fix some transition bugs; pty still hangs trying to pull streaming key --- makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 496bdd4..ccadcbd 100644 --- a/makefile +++ b/makefile @@ -3,6 +3,9 @@ all: (echo "#!"`which python3` && cat crypto.py && cat pkcli_stub.py) >pkcli.py clean: rm -f pkd.py pkcli.py *.pid *.sock *.log +test: + python3 pkcli.py localhost 30 4096 + python3 pkd.py pk.sock pk.pid pk.log 4096 2236 default_key.json install: useradd -rUs /usr/sbin/nologin pkd || true mkdir -p /run/pk /etc/pk -- cgit v1.2.3