test a bit more graceful

master
Avril 5 years ago
parent 7531c0a17e
commit fafbc612a0
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -5,4 +5,4 @@ if [[ ! -f "`readlink -f libsipc.so`" ]]; then
make ffi
fi
sbcl --load test-server.lisp
sbcl --noinform --load test-server.lisp

@ -1,6 +1,7 @@
;; Simple sipc server
(ql:quickload :cl-sipc)
(let ((*standard-output* (make-broadcast-stream)))
(ql:quickload :cl-sipc))
(defparameter *socket-file* "sipc.socket")
(defparameter *socket* (cl-sipc:bind *socket-file*))

Loading…
Cancel
Save