From b4e707922565a2272cfcd514a07af9507b5b38df Mon Sep 17 00:00:00 2001 From: David Botton Date: Wed, 27 Jan 2021 21:48:05 -0500 Subject: [PATCH] Adjust paths --- test/test-clog-connection.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/test-clog-connection.lisp b/test/test-clog-connection.lisp index 0e60419..9b24862 100644 --- a/test/test-clog-connection.lisp +++ b/test/test-clog-connection.lisp @@ -25,7 +25,10 @@ (defun test () (print "Init connection") - (clog-connection:initialize #'on-connect :boot-file "/debug.html") + (clog-connection:initialize #'on-connect + :static-root (merge-pathnames "./static-files/" + (asdf:system-source-directory :clog)) + :boot-file "/debug.html") (print "Open browser") (clog:open-browser) )