From a5a5b69d3b96aa890909068e45c443460d52a697 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 19 Oct 2025 09:02:59 +0300 Subject: Work on launching scripts a bit --- run-tests.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'run-tests.sh') diff --git a/run-tests.sh b/run-tests.sh index b2bbdb9..276274b 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -7,6 +7,8 @@ set -eu exec sbcl \ --disable-ldb --lose-on-corruption \ --noinform --noprint --non-interactive \ - --eval '(asdf:load-system :ukkoclot/test/all :verbose t)' \ + --eval '(asdf:load-system :ukkoclot)' \ + --eval '(conf:print-default #P"config.default.lisp")' \ + --eval '(asdf:load-system :ukkoclot/test/all)' \ --eval '(setf ukkoclot/test/all:*should-quit* t)' \ --eval '(asdf:test-system :ukkoclot)' -- cgit v1.2.3