summaryrefslogtreecommitdiff
path: root/run-tests.sh
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-10-19 09:02:59 +0300
committerGravatar Uko Kokņevičs2025-10-19 09:02:59 +0300
commita5a5b69d3b96aa890909068e45c443460d52a697 (patch)
tree8a5ac7fa7752b9008f23b216729bfbc2f2435ad8 /run-tests.sh
parentMake state be a global special variable (diff)
downloadukkoclot-a5a5b69d3b96aa890909068e45c443460d52a697.tar.gz
ukkoclot-a5a5b69d3b96aa890909068e45c443460d52a697.tar.xz
ukkoclot-a5a5b69d3b96aa890909068e45c443460d52a697.zip
Work on launching scripts a bit
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh4
1 files changed, 3 insertions, 1 deletions
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
7exec sbcl \ 7exec sbcl \
8 --disable-ldb --lose-on-corruption \ 8 --disable-ldb --lose-on-corruption \
9 --noinform --noprint --non-interactive \ 9 --noinform --noprint --non-interactive \
10 --eval '(asdf:load-system :ukkoclot/test/all :verbose t)' \ 10 --eval '(asdf:load-system :ukkoclot)' \
11 --eval '(conf:print-default #P"config.default.lisp")' \
12 --eval '(asdf:load-system :ukkoclot/test/all)' \
11 --eval '(setf ukkoclot/test/all:*should-quit* t)' \ 13 --eval '(setf ukkoclot/test/all:*should-quit* t)' \
12 --eval '(asdf:test-system :ukkoclot)' 14 --eval '(asdf:test-system :ukkoclot)'